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.
<?php
$document =& JFactory::getDocument();
echo $document->getTitle();
?>
This piece of code will generate content title anywhere you want in your joomla template.
2 comments
I came across your site while searching on MSN and have now added you to my rss reader. I Just though i should say ??keep up the good work?? and pass on congratulations on a job well done and great advice too!
Thanks for this, it’s so easy. I thought it would be a lot more complicated.
Leave a Comment