Просмотр файла dotwidgeta/index.php
<?php include("./admin/dotwidgeta_config.php"); include("./admin/connect_db.php"); $metatitle = $sitename . " - Articles"; include($file_path.$header_file); include($file_path."includes/nav.inc"); ?> <p>-- Add your own content here --</p> <p><b>Here are our five most recent articles:</b></p> <?php include($file_path."includes/showlatest_articles.inc"); include($file_path.$footer_file); ?>