View Single Post
  #5  
Old 11-29-2009, 06:52 PM
 
PhilJ PhilJ is offline
 

X-Guru
  
Join Date: Nov 2002
Posts: 4,094
 

Default Re: 4.3.0 - <title> for admin is a fixed language entry?

Thanks for that, for v4.3.0 it's in the same file...
Code:
$title = str_replace(array("\n", "\r"), array("", ""), trim(implode(' :: ', $tmp)));
Now I just need to know how I can use the <title> tag in smarty.
{$title} and {$location] doesn't work.
__________________
xcartmods.co.uk
Reply With Quote