J!Extensions Store™
Forum
Welcome, Guest
Please Login to access forum.
Change site name in amp site only. (1 viewing) 
Go to bottom
TOPIC: Change site name in amp site only.
#7676
Realvision Internet Limited Kemp House City Road L
Fresh Boarder
Posts: 2
User Offline
Change site name in amp site only. Karma: 0  
I can't seem to find a setting for Site Name in Jamp, it seems to take Site Name from the Joomla global configuration and output it as Copyright ©2017 Site Name.
I need this to be different from the main site, please let me know where I can change this.

Regards,
Andrew
 
Logged Logged  
  The administrator has disabled public write access.
#7677
John Dagelmore
Admin
Posts: 3716
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.
#7678
Realvision Internet Limited Kemp House City Road L
Fresh Boarder
Posts: 2
User Offline
Re:Change site name in amp site only. Karma: 0  
Excellent, that worked fine, thanks for your fast response.
Regards,
Andrew
 
Logged Logged  
  The administrator has disabled public write access.
Go to top