[cosmetic only] lowercase release name in installer splash
authorDan
Thu, 27 Nov 2008 10:26:49 -0500
changeset 311 e1bd2e524072
parent 310 78cb09a23e69
child 312 36bcc9212837
[cosmetic only] lowercase release name in installer splash
install.php
--- a/install.php	Thu Nov 27 10:21:58 2008 -0500
+++ b/install.php	Thu Nov 27 10:26:49 2008 -0500
@@ -1152,7 +1152,7 @@
       <img alt="[ Enano CMS Project logo ]" src="images/enano-artwork/installer-greeting-blue.png" style="display: block; margin: 0 auto; padding-left: 100px;" />
       <h2>Welcome to Enano</h2>
       <h3>Version <?php echo ENANO_VERSION; ?> &ndash; stable<br />
-      <span style="font-weight: normal;">also affectionately known as "<?php echo ENANO_RELEASE_NAME; ?>" <tt>:)</tt></span></h3>
+      <span style="font-weight: normal;">also affectionately known as "<?php echo strtolower(ENANO_RELEASE_NAME); ?>" <tt>:)</tt></span></h3>
       <?php
       if ( file_exists('./_nightly.php') )
       {