Copyright 2010 osCmax

Changing the Page Footer

In osCMax, the footer.php file is no longer used for anything.

The page that controls the html for the footer is main_page.tpl.php in the directory of the template you are using.

For example:

  • If using the aabox template, the path is /catalog/templates/aabox/main_page.tpl.php.

To change the actual text in the footer, edit the language file

  • /catalog/includes/languages/english.php

The variables you want to change are as follows:

// footer text in includes/footer.php
define('FOOTER_TEXT_REQUESTS_SINCE', 'requests since');

define('FOOTER_TEXT_BODY', 'Copyright &copy; 2005 <a href="http://oscdox.com">osCDox</a>, <a href="http://aabox.com">AABox Web Hosting</a>,<br> Powered by <a href="http://aabox.com/ms2-max.html" target="_blank">osCMax 2.0.3</a>');

If using other languages, be sure to edit those files as well.

  • Bookmark at
  • Bookmark "Changing the Page Footer" at Digg
  • Bookmark "Changing the Page Footer" at Furl
  • Bookmark "Changing the Page Footer" at Reddit
  • Bookmark "Changing the Page Footer" at Google
  • Bookmark "Changing the Page Footer" at StumbleUpon
  • Bookmark "Changing the Page Footer" at Technorati
  • Bookmark "Changing the Page Footer" at Facebook
  • Bookmark "Changing the Page Footer" at Twitter
  • Bookmark "Changing the Page Footer" at Slashdot
changing_the_page_footer.txt · Last modified: 2009/10/26 06:17 (external edit)
You are here: startchanging_the_page_footer