![]() |
4.3.0 - <title> for admin is a fixed language entry?
In 4.3.0 (GOLD or PRO), it appears that the <title> for the admin is a fixed language entry.
/skin1/admin/home.tpl Code:
<head> 1. what is wm_remove? Search did not revel what this operator does. 2. $lng.txt_site_title = X-CART. Powerful PHP shopping cart software WHY would this be coded into the database? Shouldn't this pull from the site name in the general settings? Wouldn't it make more sense for the <title> tag for the admin to be: /skin1/admin/home.tpl Code:
<title>{if $config.SEO.site_title ne ""}{$config.SEO.site_title} This assumes that SEO settings are enabled? Hiding something like this in the database does not make any sense. Or does it? Please explain? |
Re: 4.3.0 - <title> for admin is a fixed language entry?
wm_remove is an xcart custom smarty modifier. Look in your /include/templater/plugins folder - it is for webmaster mode hence the "wm"
Code:
# Quote:
|
Re: 4.3.0 - <title> for admin is a fixed language entry?
Does anyone know where the customer <title> tag is ?!
Firstly I want to take out the :: characters and I want to put a {capture} around it, but I can't find the damn thing ! I've tried service_head.tpl and meta.tpl |
Re: 4.3.0 - <title> for admin is a fixed language entry?
Not sure about 4.3 but in 4.2 is in include/func/func.core.php
Code:
# Page title |
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))); {$title} and {$location] doesn't work. |
All times are GMT -8. The time now is 01:32 AM. |
Powered by vBulletin Version 3.5.4
Copyright ©2000 - 2025, Jelsoft Enterprises Ltd.