Posts: 3,987
Name: Abel Mohler
Location: Asheville, North Carolina USA
|
Looks like Smarty templating, which I don't have too much experience with, but I think that means outputting a constant which has been defined somewhere in your PHP.
In the PHP section, look for some code that looks something like this:
PHP Code:
define("TITLE", "something goes here");
Whatever system you are using must generate this dynamically based on what page you are on. If you are using a CMS of some type, rather than reprogramming it, you probably have the ability to manage this from the CMS itself. If not, you'll need to find this code and customize it somehow.
__________________
I build web things. I work for the startup Please login or register to view this content. Registration is FREE
.
|