equal
deleted
inserted
replaced
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 © 2006-2008 Dan Fuhry.<br /> |
234 Enano and its various components, related documentation, and artwork are copyright © 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 --> |