View Single Post
  #4  
Old 03-15-2006, 03:26 AM
 
metinex metinex is offline
 

Advanced Member
  
Join Date: Feb 2006
Posts: 82
 

Default

Hey that page has been helpful, I solved the issue:

in /skin1/common_templates.tpl

I needed to put
{elseif $main eq "pricing"}
{include file="admin/main/pricing.tpl"}


somewhere in the code.

But interestingly I still don't see any condition like {elseif $main eq "users"} in that file.

So how come users.php being displayed then? Weird...
__________________
Jay S

Xcart 4.1.3 & Mysql 5.0.20
Xcart 4.0.17 & Mysql 4.1
Apache 2.0 & Linux Whitebox 3
Reply With Quote