|
just drop this and name it block-Forums in your block folder
if (eregi("block-Forums.php",$PHP_SELF)) {
Header("Location: index.php");
die();
}
global $ThemeSel;
include("themes/$ThemeSel/Forums.php");
?>
and the rename the block that are included with the theme to Forums and copy it to your theme folder,much easier
|