r1594: Fixes bug://report/95
authorRobert Sesek <rsesek@bluestatic.org>
Fri, 27 Jul 2007 05:45:28 +0000 (05:45 +0000)
committerRobert Sesek <rsesek@bluestatic.org>
Fri, 27 Jul 2007 05:45:28 +0000 (05:45 +0000)
Do not show the version number on non-admin pages.

* templates/footer.tpl: Rework the copyright text around not having a version number

docs/changes.txt
templates/footer.tpl

index cc5989593fc44826eeed92ed35062d2e84aed0b6..79717bad2c0a9d8505695232e6a3fed82de8f03e 100644 (file)
@@ -3,6 +3,7 @@
 - Fixed: A "Call-time pass-by-reference has been deprecated" on search.php
 - Fixed: Users could not be approved due to a improper email template paths
 - Fixed: After mass-updating a search result set, if the search criteria were changed the user would be stuck in a "no results" error (bug://report/93)
+- Change: Do not show the version number on non-admin pages (bug://report/95)
 
 1.2.1
 ===============================
index 7b6e188214fefe7bca83ad999bd9b6cfc26d67b8..139f555c04b43fcf29311e9992d39434d8df4aee 100644 (file)
@@ -1,8 +1,7 @@
 </div>
 
 <div id="copyright">
-       <div><lang 1="$version">{@"Powered by Bugdar %1$s"}</lang></div>
-       <div>{@"Copyright"} &copy;2002 - $year, Blue Static</div>
+       <div>{@"Powered by Bugdar"}, {@"Copyright"} &copy;2002 - $year Blue Static</div>
 </div>
 
 </body>