includes/functions.php
changeset 276 acfdccf7a2bf
parent 272 e0ec986c0af3
child 279 8acd77a6c19d
child 294 4ab30e8dd168
child 298 39c132e69781
--- 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 - &copy; 2007 Dan Fuhry. This program is Free Software; see the <a href="' . scriptPath . '/install.php?mode=license">GPL file</a> included with this package for details.';
     $template->tpl_strings['PAGE_NAME'] = htmlspecialchars($title);
   }