View Single Post
  #2  
Old 10-29-2004, 07:37 AM
 
pmstudios pmstudios is offline
 

Senior Member
  
Join Date: May 2004
Posts: 133
 

Default

Hi Amy,

You'll want to do a check on the $main variable in skin1/customer/home_main.tpl

Code:
{elseif $main eq "resources"} {include file="path_to/resources.tpl"} {/if}

I'm not sure how your resources.php file looks now, but make sure you require auth.php, otherwise you may run into some errors if some requirements aren't being included.
__________________
X-Cart 4.0.5
MySQL: 3.23.58
PHP 4.3.2
Reply With Quote