View Single Post
  #2  
Old 01-02-2008, 04:24 PM
 
inebriate inebriate is offline
 

eXpert
  
Join Date: May 2006
Posts: 301
 

Default Re: How to include Smarty variable into path to file

use back quotes to evaluate like in unix/linux ('':literal, "":expression, ``:evaluate)

ie:
{include file="path/to/`$page_data.pagemenu`" }
__________________
x-cart pro 4.0.18
linux
www.fabric8d.com (currently undergoing construction)
Reply With Quote