Thread
:
4.3.0 - <title> for admin is a fixed language entry?
View Single Post
#
5
11-29-2009, 06:52 PM
PhilJ
X-Guru
Join Date: Nov 2002
Posts: 4,094
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
PhilJ
View Public Profile
Send a private message to PhilJ
Visit PhilJ's homepage!
Find all posts by PhilJ