Forum
Welcome, Guest
Please Login to access forum.
Re:Change site name in amp site only. (1 viewing) 
Go to bottom
TOPIC: Re:Change site name in amp site only.
#7677
John Dagelmore
Admin
Posts: 3722
User Online Now
Re:Change site name in amp site only. Karma: 79  
This is automated.
It takes the site name from the Joomla Global configuration.

You can disable it with the parameter but to change it you have to change the plugin source code.

It's included in the file root/plugins/system/jamp/core/includes/template/footer.php

Code:

<?php echo JText::_('Copyright') . ' &copy;' . date("Y"); ?> <?php echo JAmpHelper::$application->get('sitename'); ?>
Regards
 
Logged Logged  
  The administrator has disabled public write access.
Go to top