summaryrefslogtreecommitdiffstats
path: root/application/views
diff options
context:
space:
mode:
authorTroy McCormick <extjspoker@gmail.com>2011-09-07 20:23:58 +0200
committerTroy McCormick <extjspoker@gmail.com>2011-09-07 20:23:58 +0200
commitce592c42b6b41de2465799021a9ee71deec5b6f3 (patch)
treef14d9cbac3864814b9d5e63c258093e84232ea03 /application/views
parent3b3e652827855cf216b6bbf872c9b7c788719823 (diff)
Added toopay's change and bolded the version number...as that's baller...or some such...
Diffstat (limited to 'application/views')
-rw-r--r--application/views/welcome_message.php2
1 files changed, 1 insertions, 1 deletions
diff --git a/application/views/welcome_message.php b/application/views/welcome_message.php
index 9a0bef847..d906bc8d7 100644
--- a/application/views/welcome_message.php
+++ b/application/views/welcome_message.php
@@ -81,7 +81,7 @@
<p>If you are exploring CodeIgniter for the very first time, you should start by reading the <a href="user_guide/">User Guide</a>.</p>
</div>
- <p class="footer">Page rendered in <strong>{elapsed_time}</strong> seconds. <?php if (ENVIRONMENT == "development") { echo "CodeIgniter Version " . CI_VERSION; } ?></p>
+ <p class="footer">Page rendered in <strong>{elapsed_time}</strong> seconds. <?php echo (ENVIRONMENT == 'development') ? 'CodeIgniter Version <strong>' . CI_VERSION . '</strong>' : '' ?></p>
</div>
</body>