View Single Post
  #2  
Old 12-29-2005, 05:34 PM
  wjbrewer's Avatar 
wjbrewer wjbrewer is offline
Banned
 

X-Adept
  
Join Date: Feb 2005
Location: Pittsburgh, PA
Posts: 504
 

Default

Enable smarty tags on your static pages. Then follow this.

Code:
{if $login eq "" } You must login to view this page {else} --Insert you HTML here-- {/if}


If the user is not logged in it will display the 'You must login..' if they are logged in it will show the HTML.
Reply With Quote