Temos pavadinimas: WordPress, Shopify ir PHPFusion programuotojų bendruomenė :: del naujo tekstines php

Parašė Dandžu· 2008 Bir. 15 18:06:13
#8

<?php
/*---------------------------------------------------+
| PHP-Fusion 6 Content Management System
+----------------------------------------------------+
| Copyright © 2002 - 2006 Nick Jones
| http://www.php-fusion.co.uk/
+----------------------------------------------------+
| Released under the terms & conditions of v2 of the
| GNU General Public License. For details refer to
| the included gpl.txt file or visit http://gnu.org
+----------------------------------------------------*/
require_once "maincore.php";
require_once "subheader.php";
require_once "side_left.php";
opentable("tekstas");
echo "eeeeee";
closetable();
require_once "side_right.php";
require_once "footer.php";
?>