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

Parašė alvydas54· 2011 Vas. 4 21:02:57
#1

Sveiki, kur reikia ydeti man sita koda?:

<a href='http://www.cancel.lt' target='_blank'><img src='http://monitors.cancel.lt/server_info/77.241.199.231:27015:cs/350x20.png' border='0' alt='CANCEL.LT' width='350' height='20' /></a>



<?php
/*---------------------------------------------------+
| <span style="border-bottom: 1px dotted black;">PHP</span>-Fusion 6 Content Management System
+----------------------------------------------------+
| Copyright © 2002 - 2006 Nick Jones
| <a href='http://www.php-fusion.co.uk/' target='_blank'><span style='color:005C5B'>http://www.php-fusion.co.uk/</span></a>
+----------------------------------------------------+
| Released under the terms & conditions of v2 of the
| GNU General Public License. For details refer to
| the included gpl.txt file or visit <a href='http://gnu.org' target='_blank'><span style='color:005C5B'>http://gnu.org</span></a>
+----------------------------------------------------*/
if (!defined("IN_FUSION")) { header("Location: ../../index.php"); exit; }
 
opentable(Kodas);
echo Kodas."\n";
closetable();
?>


Arba i sita panele (ja isemiau is belekur jai reikia ka pasalinkit) tik ydekit mano koda kur jis turetu but.


<?php
opentable($locale['dls121']);
	echo "<center>".$locale['dls122']."</center>\n";
	closetable();
?>


Jai galit iskart ydekit ji kaip turetu buti gatavas, kad galeciau prideti per paneles.

Redagavo alvydas54· 2011 Vas. 4 22:02:37

Parašė RaiShteliS· 2011 Vas. 4 23:02:39
#2


<?php
 
opentable($locale['dls121']);
 
	echo "<a href='http://www.cancel.lt' target='_blank'><img src='http://monitors.cancel.lt/server_info/77.241.199.231:27015:cs/350x20.png' border='0' alt='CANCEL.LT' width='350' height='20' /></a>";
 
	closetable();
 
?>

Redagavo RaiShteliS· 2011 Vas. 4 23:02:13

Parašė tomas710· 2011 Vas. 4 23:02:59
#3

Apie Pati pirma Gali deti ir I panele ir i Naujienas Paneles kodas


openside("name");
  echo "<a href='http://www.cancel.lt' target='_blank'><img src='http://monitors.cancel.lt/server_info/77.241.199.231:27015:cs/350x20.png' border='0' alt='CANCEL.LT' width='350' height='20' /></a>";
closeside();


O naujienu tai Paprastas Kodas kuri parasei.

Gal toks turetu but is tikro zinok nezinau PVZ : Gal Toks


openside("name");
  echo "<center>".$locale['dls122'].'</center>\n';
closeside();


Arba Bandyk Gal toki


opentable($locale['dls121'])';
 
	echo "<center>".$locale['dls122'].'</center>\n";
 
	closetable();
 
?>


Cia tas paskutinis


AI DABA JAU SUPRATAU KO NORI KAI PARASE ATSAKYMA
:D c|

Redagavo tomas710· 2011 Vas. 4 23:02:29

Parašė alvydas54· 2011 Vas. 4 23:02:55
#4

Dekui labai padejai viskas puikiai veikia ;)