Changeset 1711 for branches/website/application/views/layout.php
- Timestamp:
- 01/13/2008 10:03:00 PM (10 months ago)
- Files:
-
- 1 modified
-
branches/website/application/views/layout.php (modified) (2 diffs)
Legend:
- Unmodified
- Added
- Removed
-
branches/website/application/views/layout.php
r1692 r1711 13 13 ( 14 14 'media/css/reset', 15 'media/css/layout' 15 'media/css/common', 16 'media/css/layout', 17 'media/css/print', 18 ), array 19 ( 20 'all', 21 'all', 22 'screen', 23 'print' 16 24 )) 17 25 … … 94 102 <!-- End Body --> 95 103 96 <div id="footer"><strong>©2007 Kohana Team. All rights reserved.</strong> Powered by Kohana v{kohana_version}. Rendered in {execution_time} seconds, using {memory_usage} of memory.</div>104 <div id="footer"><strong>©2007 Kohana Team. All rights reserved.</strong> <span class="stats">Powered by Kohana v{kohana_version}. Rendered in {execution_time} seconds, using {memory_usage} of memory.</span></div> 97 105 98 106 </div>
