Footer

Permalink
Hi all
Yep, me again.
I would like to edit the footer. I have had a look at the footer.php and the only item I would lie to change is the site name (in quotes),
Sign In to Edit this Site ©2013 "Images by Glenn (Glenn Crawford)". Built with concrete5 - an open source CMS.
I know that I can change the site name in the settings, but what I would like to do is have the site name as "Images By Glenn" and have the footer copyright as "Glenn Crawford".
Not sure how to edit the getuserid lines of code to make this happen.
As always, any help is greatly appreciated.
Thanks
Glenn

jeagle
View Replies: View Best Answer
VidalThemes replied on at Permalink Reply
VidalThemes
Hi Glenn,

I'm currently on my holiday, and this is the kind of thing I need to have a go at myself so I can advise you properly. I am back on Saturday and can let you know then, if you are in a hurry if you posted this in the general forum I am sure someone could give you an answer. Sorry for any inconvienience.

Regards

David
jeagle replied on at Permalink Reply
jeagle
Hi David.
That will be fine. Enjoy your holiday.
Regards
Glenn
VidalThemes replied on at Permalink Best Answer Reply
VidalThemes
Hi Glenn,

Thanks for your patience :)

If you would like to change the site name in the footer to "Glenn Crawford" open up your footer.php file and go to line 156 you should see this line or two of code:

©<?php      echo date('Y')?> <?php      echo SITE?>.
      <?php     echo t('Built with <a href="http://www.concrete5.org/" title="Free Content Management System" target="_blank">concrete5 - an open source CMS')?></a></p>


If you replace it with the below, that should have the desired effect:

©<?php      echo date('Y')?> <?php      echo "Glenn Crawford"?>.
      <?php     echo t('Built with <a href="http://www.concrete5.org/" title="Free Content Management System" target="_blank">concrete5 - an open source CMS')?></a></p>


Hope that helps.

Regards

David
jeagle replied on at Permalink Reply
jeagle
Thanks David
Sorry for the late reply. Family commitments.
That code worked a treat. Hope you enjoyed your holiday.

Regards
Glenn