summaryrefslogtreecommitdiffstats
path: root/application
diff options
context:
space:
mode:
authorTroy McCormick <extjspoker@gmail.com>2011-09-07 18:32:41 +0200
committerTroy McCormick <extjspoker@gmail.com>2011-09-07 18:32:41 +0200
commit378d2d77485162390c286321da6f222021ab641d (patch)
treebedbe0e653102df0ece144237a215b8e886d4ece /application
parentec36dc8001f315fda9bfb37d283493ce5c34da57 (diff)
Added CodeIgniter version information to footer of default welcome message view.
Diffstat (limited to 'application')
-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 0bf5a8d2e..5faac1c2c 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</p>
+ <p class="footer">Page rendered in <strong>{elapsed_time}</strong> seconds. CodeIgniter Version <?php echo CI_VERSION; ?></p>
</div>
</body>