View Single Post
Old
  (#2 (permalink))
KennyWenell
Junior Member
 
Status: Offline
Posts: 21
Join Date: Mar 2003
05-21-2003, 12:31 PM

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
   
Reply With Quote