View Single Post
  #5  
Old 08-27-2013, 09:52 PM
  cflsystems's Avatar 
cflsystems cflsystems is offline
 

Veteran
  
Join Date: Apr 2007
Posts: 14,201
 

Default Re: {php} inside template - using smarty variable

4.6.x does not allow some tags and smarty functions or modifiers that are not registered with the system to be used. You can change this behavior by editing include/templater/templater.php

But {php} smarty tag is deprecated and should not be used at all anyway
__________________
Steve Stoyanov
CFLSystems.com
Web Development
Reply With Quote