Temos pavadinimas: WordPress, Shopify ir PHPFusion programuotojų bendruomenė :: naujienu panele

Parašė desire· 2009 Bal. 27 19:04:42
#6

paimk i notepad imesk sita(copy paste):

<?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("Laba diena");
echo "tavo tekstas..";
closetable();

require_once "side_right.php";
require_once "footer.php";
?>



issaugok kaip news.php ir i ftp ikelk ;)
p.s. sitas v6 , nes nlb atskiriu koke pas tave ten..


o sitas v7:

<?php
/*-------------------------------------------------------+
| PHP-Fusion Content Management System
| Copyright (C) 2002 - 2008 Nick Jones
| http://www.php-fusion.co.uk/
+--------------------------------------------------------+
| Filename: news.php
| Author: Nick Jones (Digitanium)
+--------------------------------------------------------+
| This program is released as free software under the
| Affero GPL license. You can redistribute it and/or
| modify it under the terms of this license which you
| can read by viewing the included agpl.txt or online
| at www.gnu.org/licenses/agpl.html. Removal of this
| copyright header is strictly prohibited without
| written permission from the original author(s).
+--------------------------------------------------------*/
require_once "maincore.php";
require_once THEMES."templates/header.php";

openside("Laba diena");
echo "tavo tekstas..";
closeside();

require_once THEMES."templates/footer.php";
?>




tiksliai nzn ar cia tai ko tau reikejo , bet ai ..

Redagavo desire· 2009 Bal. 27 19:04:36