How to call the value of TITLE variable? How to call the value of TITLE variable?
 

News:

cpg1.5.48 Security release - upgrade mandatory!
The Coppermine development team is releasing a security update for Coppermine in order to counter a recently discovered vulnerability. It is important that all users who run version cpg1.5.46 or older update to this latest version as soon as possible.
[more]

Main Menu

How to call the value of TITLE variable?

Started by edpudol, February 23, 2007, 06:53:57 AM

Previous topic - Next topic

0 Members and 1 Guest are viewing this topic.

edpudol

I want to call the value of the variable TITLE from theme.php is this posible? For example I want to assign the value of the TITLE variable to another variable...

$newtitle = TITLE;

I am trying to do this but no success... any way to do it in php file?

Joachim Müller