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

News:

CPG Release 1.6.27
change DB IP storage fields to accommodate IPv6 addresses
remove use of E_STRICT (PHP 8.4 deprecated)
update README to reflect new website
align code with new .com CPG website
correct deprecation in captcha

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