diff -r 956263992d48 -r acfdccf7a2bf includes/functions.php --- a/includes/functions.php Wed Nov 21 15:18:15 2007 -0500 +++ b/includes/functions.php Wed Nov 21 20:14:14 2007 -0500 @@ -289,7 +289,7 @@ $template->load_theme('oxygen', 'bleu', false); $template->tpl_strings['SITE_NAME'] = 'Enano'; $template->tpl_strings['SITE_DESC'] = 'This site is experiencing a critical error and cannot load.'; - $template->tpl_strings['COPYRIGHT'] = '© ' . date('Y'); + $template->tpl_strings['COPYRIGHT'] = 'Powered by Enano CMS - © 2007 Dan Fuhry. This program is Free Software; see the GPL file included with this package for details.'; $template->tpl_strings['PAGE_NAME'] = htmlspecialchars($title); }