Temos pavadinimas: WordPress, Shopify ir PHPFusion programuotojų bendruomenė :: Kaip footerį padaryt
Parašė Narysx· 2008 Lap. 12 17:11:46
#1
Turiu failą:
<?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("ciakrc");
echo "aaaaaaaaaaaaaa";
closetable();
require_once "side_right.php";
require_once "footer.php";
?>
Nors ir yra
require_once "footer.php"; bet nerodo footerio. :?
Redagavo Narysx· 2008 Lap. 12 17:11:12
Parašė MAnjack· 2008 Lap. 12 18:11:46
#2
require_once BASEDIR."footer.php";
Taip bandyk.
Parašė Narysx· 2008 Lap. 12 18:11:33
#3
Nop. Jau žn kas blogai. Pas mane ten kur
opentable("ciakrc");
echo "aaaaaaaaaaaaaa";
closetable();
Yra iframinimas daromas. Jei darau iframe, tj tada viską kas po apačia nerodo. Ar gali taip būt?
Parašė Žmogus· 2008 Lap. 12 18:11:52
#4
Lyg ir gali
Parašė Narysx· 2008 Lap. 12 18:11:14
#5
O kaip sutvarkyt? Va kodas:
<?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("statistika");
echo "<iframe src='url.php' width='100%' height='1595' frameborder='0'>";
closeside();
echo "aaaavbbbbbb";
?>
Na va ir nerodo aaaavbbbbbb. O jei viršuj darai ne framinimą, tada rodo. :?
Redagavo Narysx· 2008 Lap. 12 18:11:29
Parašė MAnjack· 2008 Lap. 12 18:11:21
#6
</iframe> uždaryt gi reikia.
Parašė Narysx· 2008 Lap. 12 18:11:08
#7
Gėda man. :s