Template Style Name - Joomla! Forum - community, help and support
is there way retrieve name of template style in php?
i referring similar following retrieves name of template, not style:
apologies if posted elsewhere couldn't find it.
i referring similar following retrieves name of template, not style:
code: select all
<?php
$app =& jfactory::getapplication();
echo $template = $app->gettemplate();
?>apologies if posted elsewhere couldn't find it.
can give more details?
if talking template style modification yes can change or modify anything.
if need rename template, yes can.
if talking template style modification yes can change or modify anything.
if need rename template, yes can.
Comments
Post a Comment