20.10.2005, 14:40
Хочу чтобы правые блоки отображались и в Административной части. Раньше мне удовалось этого достичь прибризительно таким кодом:
/************************************************** **********/
/* Function themefooter() */
/************************************************** **********/
function themefooter() {
global $index;
echo "</td><td><img src=\"themes/$thename/images/pixel.gif\" width=\"5\" height=\"1\" border=\"0\" alt=\"\"></td><td valign=\"top\" width=\"160\">\n";
blocks(right);
echo "</td></tr></table>\n"
."<table width=\"1000\" cellpadding=\"0\" cellspacing=\"0\" border=\"0\" align=\"center\"><tr valign=\"top\">\n"
."<td><img src=\"themes/$thename/images/pixel.gif\" width=\"1\" height=\"5\" border=\"0\" alt=\"\"></td></tr></table>\n";
echo "<table width=\"1000\" cellpadding=\"0\" cellspacing=\"0\" border=\"0\" bgcolor=\"$bgcolor5\" align=\"center\"><tr valign=\"top\">\n"
."</tr><tr align=\"center\">\n<td width=\"100%\" colspan=\"3\">";
footmsg();
echo "</td>\n</tr>\n</table>\n";
echo "<br><br><center><font class=\"tiny\">$thename Theme by <a href=\"http://www.nukescripts.com\" target=\"_blank\">Name</a>.</font></center>\n";
}
Недавно я скачал видео обучение по созданию тем при помощи html шаблонов, там подобное не прокатывает. Как же мне сделать?
|