Soo-2
Narys
Generolas
Pranešimai: 932
Įstojęs: 2007 Kov. 17 15:03:05
Sveiki. Kas gali pagelbėti ir sutvarkyti siuos kodus kad theme.php faile footer nukreiptu i footer.php
function render_footer($license=false) {
echo "<table cellpadding='0' cellspacing='0' width='100%' height='91'>
<tr>
<td align='center' class='footer'><br>\n";
echo showcounter()."
</td>
</tr>
</table>
</td>
</tr>
</table>\n";
}
Giedrunskis
VIP narys
Tankas
Pranešimai: 1972
Įstojęs: 2007 Sau. 26 14:01:04
Galbut taip, pamegink ;)
function render_footer($license=false) {
echo "<table cellpadding='0' cellspacing='0' width='100%' height='91'>
<tr>
<td align='center' class='footer'><br>\n";
include_once "footer.php";
echo showcounter()."
</td>
</tr>
</table>
</td>
</tr>
</table>\n";
}
Soo-2
Narys
Generolas
Pranešimai: 932
Įstojęs: 2007 Kov. 17 15:03:05
Jokiu error nemeta.. gal klaida footer.php faile
<?php
echo "<table width='731' height='75' border='0' cellpadding='0' cellspacing='0'>
<tr>
<td rowspan='3'>
<img src='".THEME."foot/foot_01.png' width='568' height='75' alt=''></td>
<td colspan='2'>
<img src='".THEME."foot/foot_02.png' width='163' height='26' alt=''></td>
</tr>
<tr>
<td>
<img src='".THEME."foot/foot_03.png' width='88' height='31' alt=''></td>
<td rowspan='2'>
<img src='".THEME."foot/foot_04.png' width='75' height='49' alt=''></td>
</tr>
<tr>
<td>
<img src='".THEME."foot/foot_05.png' width='88' height='18' alt=''></td>
</tr>
</table>
";
?>
Žmogus
Narys
Viršesnis už Dievą
Pranešimai: 5621
Įstojęs: 2006 Gru. 8 17:12:08
Sakei, kad jo nerodo, paro foto kaip nerodo
Soo-2
Narys
Generolas
Pranešimai: 932
Įstojęs: 2007 Kov. 17 15:03:05
http://www.ipix.lt/out.php/i3613...dinimo.JPG Redagavo
Soo-2 2008 Vas. 18 19:02:46
samsung123
Narys
Terminatorius
Pranešimai: 1610
Įstojęs: 2007 Spa. 15 17:10:09
nerodo foto
ramon
Narys
Ekspertas
Pranešimai: 2977
Įstojęs: 2006 Gru. 18 11:12:50
Nu tai jmj manai tau veiks jei net nera theme.php tokios funk reike daryti taip.
Theme.php :
<?
..
...
function render_footer($license=false) {
require_once "footer.php";
}
...
..
?>
footer.php :
echo "<table cellpadding='0' cellspacing='0' width='100%' height='91'>
<tr>
<td align='center' class='footer'><br>\n";
echo showcounter()."
</td>
</tr>
</table>
</td>
</tr>
</table>\n";
Soo-2
Narys
Generolas
Pranešimai: 932
Įstojęs: 2007 Kov. 17 15:03:05
Dabar po footerio yra tarpas kaip ji pašalinti? < br > nėra niekur
ramon
Narys
Ekspertas
Pranešimai: 2977
Įstojęs: 2006 Gru. 18 11:12:50
Ismok html ...
echo "<table cellpadding='0' cellspacing='0' width='100%' height='91'>
<tr>
<td align='center' class='footer'><br>\n";
echo showcounter()."
</td>
</tr>
</table>\n";
Soo-2
Narys
Generolas
Pranešimai: 932
Įstojęs: 2007 Kov. 17 15:03:05
Pats išmok. Nieko tu čia nepakeitei kad butu gerai
ramon
Narys
Ekspertas
Pranešimai: 2977
Įstojęs: 2006 Gru. 18 11:12:50
Tai tu gali apsisprest kokio tau kodo reike blt..
Sito:
echo "<table cellpadding='0' cellspacing='0' width='100%' height='91'>
<tr>
<td align='center' class='footer'><br>\n";
echo showcounter()."
</td>
</tr>
</table>\n";
ar sito :
<?php
echo "<table width='731' height='75' border='0' cellpadding='0' cellspacing='0'>
<tr>
<td rowspan='3'>
<img src='".THEME."foot/foot_01.png' width='568' height='75' alt=''></td>
<td colspan='2'>
<img src='".THEME."foot/foot_02.png' width='163' height='26' alt=''></td>
</tr>
<tr>
<td>
<img src='".THEME."foot/foot_03.png' width='88' height='31' alt=''></td>
<td rowspan='2'>
<img src='".THEME."foot/foot_04.png' width='75' height='49' alt=''></td>
</tr>
<tr>
<td>
<img src='".THEME."foot/foot_05.png' width='88' height='18' alt=''></td>
</tr>
</table>
";
?>
Soo-2
Narys
Generolas
Pranešimai: 932
Įstojęs: 2007 Kov. 17 15:03:05
tas pirmas kodas yra iš theme.php kuris nukreipia i footer.php ten dar truksta kaiko.. O antras kodas yra footer.php
ramon
Narys
Ekspertas
Pranešimai: 2977
Įstojęs: 2006 Gru. 18 11:12:50
Tikrai noobas.. Nemanau kad tu ta theme kuriai jei net negali paprasto includo funkcijoj atlikt pritom html nemoki..
Darik taip :
theme.php :
<?
..
...
function render_footer($license=false) {
require_once "footer.php";
}
...
..
?>
footer.php :
<?php
echo "<table width='731' height='75' border='0' cellpadding='0' cellspacing='0'>
<tr>
<td rowspan='3'>
<img src='".THEME."foot/foot_01.png' width='568' height='75' alt=''></td>
<td colspan='2'>
<img src='".THEME."foot/foot_02.png' width='163' height='26' alt=''></td>
</tr>
<tr>
<td>
<img src='".THEME."foot/foot_03.png' width='88' height='31' alt=''></td>
<td rowspan='2'>
<img src='".THEME."foot/foot_04.png' width='75' height='49' alt=''></td>
</tr>
<tr>
<td>
<img src='".THEME."foot/foot_05.png' width='88' height='18' alt=''></td>
</tr>
</table>
";
?>
Soo-2
Narys
Generolas
Pranešimai: 932
Įstojęs: 2007 Kov. 17 15:03:05
jau susitvarkaiu bet aciu už pagalba
Peršokti į forumą:
Nebeegzistuojančios svetainės
Žaliems
Bendri PHP-F klausimai
WordPress
Kiti PHP, HTML, MySQL klausimai
Expert PHP, MySQL klausimai
Kitos TVS
C#, Python, Java, JS, C++ klausimai
Naujų modų pristatymai
Mods, Panels & Infusions
Themes
Jūsų saitai
Dalinuosi, dovanoju!
Klausimai apie domenus ir hostingus
VPS/DS serverių konfigūravimas ir valdymas
Viskas apie skaitliukus, top'us ir lankomumą
Dizaino konkursai
Parduodu - perku dizainą, banerį
Parduodu - perku - keičiuosi reklama
Parduodu - perku domeną, tinklapį
Siūlau - ieškau hostingo/VPS serverio
Parduodu - perku skriptą, modifikaciją, tvs
Socialiniai tinklai - Facebook ir kiti
Legalus verslas, teisiniai klausimai
Visa kita kas susiję su darbu ir pinigais
LTStartups.com - Lietuvos startuolių bendruomenė
Off-Topic diskusijos
IT naujienos
Portalo informacija
Narių pasiūlymai
Geležis ir programinė įranga
Grafika
Out Of Place
Su e-verslu nesusijęs darbas ir prekyba
Dalinuosi, dovanoju!