Parašė Niger· 2008 Gru. 24 23:12:12
#2
Darom footer`i yra papts paprasciausias variantas kaip galima padaryti footer`i:
Atsidaryk theme.php
susirask:
echo "<table cellpadding='0' cellspacing='0' width='100%'>\n<tr>\n";
}
cia pats hederio uzbaigimas.
Dabar footer`is:
function render_footer($license=false) {
global $theme_width,$settings;
echo "</tr>\n</table>\n";
echo "<table cellpadding='0' cellspacing='0' width='100%'>
<tr>
<td align='center' class='footer'>".stripslashes($settings['footer'])."<br>\n";
if (!$license) { echo showcopyright()."<br><br>\n"; } echo showcounter()."<br><br>
</td>
</tr>
</table>
</td>
</tr>
</table>\n";
}
ir sita footer`i dek ishkart po hederio uzbaigimu }
Nori kad headeris ir footeris per visa ekrana?
daryk paciam aukstai $theme_width - 100%
Na jeigu taip supratau klausima taip taip turetu buti, ir sita footrer istraukiau is similitude06 ;)
Redagavo Niger· 2008 Gru. 24 23:12:28