Providing What Your Net Life Needs
Random header image... Refresh for more!

Category — joomla

Joomla Content Title anywhere inside template

<?php

$document =& JFactory::getDocument();
echo $document->getTitle();

?>

This piece of code will generate content title anywhere you want in your joomla template.

April 13, 2009   2 Comments