Re: joomla php template tags
Hey,
Page title and categorie title is a sql you have to perform on the tables content and categorie. You can find the query in : components/com_content/content.php in section "query records"
For the pathway, if you mean, display first homepage and then if you clik on an other menu item, it shows "Home-Second item" ,you need to use <?php echo mosPathWay(); ?>
greetz,
n9ncy
|