Temos pavadinimas: WordPress, Shopify ir PHPFusion programuotojų bendruomenė :: Pridetiniai puslapiai

Parašė mNm.· 2012 Rugs. 30 13:09:05
#2

Jeigu tau šito reikia.. pvz susikuri dbr pagalba.php ir į jį įrašai:


<?php
/*-------------------------------------------------------+
| <span style="border-bottom: 1px dotted black;">PHP</span>-Fusion Content Management System
| Copyright (C) 2002 - 2011 Nick Jones
| <a href='http://www.php-fusion.co.uk/' target='_blank'><span style='color:005C5B'>http://www.php-fusion.co.uk/</span></a>
+--------------------------------------------------------+
| Filename: welcome_message_panel.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 <a href='http://www.gnu.org/licenses/agpl.html.' target='_blank'><span style='color:005C5B'>www.gnu.org/licenses/agpl.html.</span></a> 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";
opentable("Panele");
 
echo "Tavo turinys.";
 
closetable();
require_once THEMES."templates/footer.php";
?>

Redagavo mNm.· 2012 Rugs. 30 13:09:24