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

News:

CPG Release 1.6.26
Correct PHP8.2 issues with user and language managers.
Additional fixes for PHP 8.2
Correct PHP8 error with SMF 2.0 bridge.
Correct IPTC supplimental category parsing.
Download and info HERE

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 2 Guests 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