Changeset 401
- Timestamp:
- 2010-04-05 16:08:50 (2 years ago)
- Files:
-
- branches/5.2/classes/pages/Page.php (modified) (1 diff)
- branches/5.2/includes/config/version.php (modified) (1 diff)
Legend:
- Unmodified
- Added
- Removed
- Modified
- Copied
- Moved
branches/5.2/classes/pages/Page.php
r373 r401 460 460 } 461 461 // The authors politely ask you to keep this notice of authorship and copyright intact in the spirit of 'credit where credit is due'. 462 $_temp = new XMLElement('<div id="bottombar">' . $LANG['Powered_by'] . ' <a href="http://www.spamboard.net">Spam Board</a> ' . $VERSION . ' &copy; 2007 , 2008, 2009<a href="http://www.spamboard.net/wiki/Authors">Spam Board Team</a></div>');462 $_temp = new XMLElement('<div id="bottombar">' . $LANG['Powered_by'] . ' <a href="http://www.spamboard.net">Spam Board</a> ' . $VERSION . ' &copy; 2007 - 2010 <a href="http://www.spamboard.net/wiki/Authors">Spam Board Team</a></div>'); 463 463 // append page footer 464 464 $this->html->body->addElement($_temp); branches/5.2/includes/config/version.php
r389 r401 28 28 * Also good: Spam Board Viking Edition 1.0 (then, you can do your own version numbering from there) */ 29 29 30 $VERSION = '5.2. 2';30 $VERSION = '5.2.3'; 31 31 32 32 ?>
