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

News:

CPG Release 1.6.28
added submissions from {406man}
cleaned up a few PHP (8.4) deprecations
fixed PHP deprecation in calendar
removed security vulnerability
(please upgrade when possible)

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