Parašė manex· 2008 Gru. 17 21:12:27
#1
Sveiki bandziau is vienos temos perdeti i kita tema foteri, bet nesekmingai, nes kaip kada meta errorus.
Jaigu nesunku padekit sudeti i viena footeri. pasidariau 2 foteri is 3 paveiksleliu ir noriu ideti i 1 foteri.
1. foteris.
function render_footer($license=false) {
global $theme_width,$locale,$settings;
echo "</tr>\n</table>\n";
echo "<table cellSpacing='0' cellPadding='0' width='100%' border='0' background='".THEME."images/footer.gif' style='border-right: solid #b5b5b5 0px; border-left: solid #b5b5b5 0px;'>";
echo "<td width='50%' height='50' class='white' align='left'>";
if ($license == false) {
echo "<a href='mailto:'></a>";
}
echo "</td>";
echo "<td width='40%' class='white' align='center'>";
echo "<b>".stripslashes($settings['footer'])."</b></td>";
echo "<td width='26%' class='white' align='right'>";
echo "<b>";
echo "</td>";
echo "<div align='center'></tr></table></td></tr></table></div>";
}
2.foteris
function render_footer($license=false) {
global $theme_width,$locale,$settings;
echo '<table border="0" cellpadding="0" cellspacing="0" width="'.$theme_width.'" align="center">
<tr>
<td width="300" height="60">
<img border="0" src="'.THEME.'images/down_01.gif" width="300" height="60"></td>
<td height="60" class="copyright" background="'.THEME.'images/down_02.gif"><center>© 2008/03/03. Visos teisės saugomos fpsZone.lt. <a href="http://fpszone.lt/viewpage.php?page_id=7"><font color="#000000"> | Atsakomybės apribojimas |<a href="http://www.fpszone.lt/contact.php"><font color="#000000"> Kontaktai | </center> </td>
<td width="146" height="60">
<img border="0" src="'.THEME.'images/down_03.gif" width="146" height="60"></td>
</tr>
</table>';
}