install/includes/ui.php
changeset 938 5d9060b4253f
parent 801 eb8b23f11744
child 1081 745200a9cc2a
equal deleted inserted replaced
937:b174cdb75bec 938:5d9060b4253f
   226    */
   226    */
   227   
   227   
   228   function show_footer()
   228   function show_footer()
   229   {
   229   {
   230     $scriptpath = scriptPath;
   230     $scriptpath = scriptPath;
       
   231     $year = date('Y');
   231     echo <<<EOF
   232     echo <<<EOF
   232           <div id="copyright">
   233           <div id="copyright">
   233             Enano and its various components, related documentation, and artwork are copyright &copy; 2006-2008 Dan Fuhry.<br />
   234             Enano and its various components, related documentation, and artwork are copyright &copy; 2006-$year Dan Fuhry.<br />
   234             Copyrights for <a href="{$scriptpath}/licenses/">third-party components</a> are held by their respective authors.<br />
   235             Copyrights for <a href="{$scriptpath}/licenses/">third-party components</a> are held by their respective authors.<br />
   235             This program is Free Software; see the file "GPL" included with this package for details.
   236             This program is Free Software; see the file "GPL" included with this package for details.
   236           </div>
   237           </div>
   237         </div> <!-- div#enano-body -->
   238         </div> <!-- div#enano-body -->
   238       </div> <!-- div#enano-fill -->
   239       </div> <!-- div#enano-fill -->