View Single Post
  #2 (permalink)  
Old 01-25-2008, 07:09 PM
Geoserv Geoserv is offline
Banned
 
Join Date: Feb 2007
Location: Canada
Posts: 849
Thanks: 74
Thanked 49 Times in 45 Posts
Add an "if" statement to the sidebar:

Code:
{if $pagename neq "admin"
that will prevent it from loading when in the admin panel.

If you want to have certain sidebar modules load in the admin section, add that "if" statement to the individual modules you to prevent from loading.

Geoserv.
Reply With Quote