View Single Post
  #2 (permalink)  
Old 05-21-2003, 01:31 PM
KennyWenell KennyWenell is offline
Junior Member
 
Join Date: Mar 2003
Posts: 21
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