Modify the theme footer

Permalink
I am using the greensalad theme as my default. I want to change the copyright from the site name to a different string.

I found the footer.php file under themes/default/elements directory and made the change but it did not change on the website. I searched all my concrete directories and could not find another file to change. Also, upon closer inspection it does not appear that the footer I see is generated by that file anyway. What am I missing?

 
Tony replied on at Permalink Reply
Tony
try editing /concrete/themes/greensalad/elements/footer.php
billP replied on at Permalink Reply
That's what I tried first, but that file was just a skeleton:

<?php  defined('C5_EXECUTE') or die(_("Access Denied.")); ?>
<?php  Loader::element('footer_required'); ?>
</body>
</html>
Tony replied on at Permalink Reply
Tony
I guess the header and footers weren't broken out very well on that template. just edit the footer in the in actual page types, like full, home, default, and view
billP replied on at Permalink Reply
I never thought to look in those files, but that did it. Thanks.
rcginc1 replied on at Permalink Reply
Where do I find those actual page files?
billP replied on at Permalink Reply
It is not obvious. You have to login to bluehost.com and your website. Then go to the File Manager. In the explorer-type window, go to public_html/concrete/themes/greensalad, then
edit the four files, view.php, default.php, full.php, and home.php.
anandmanav replied on at Permalink Reply
anandmanav
:D