Changeset 1910
- Timestamp:
- 02/04/2008 06:11:45 AM (10 months ago)
- Location:
- branches/website/application/views
- Files:
-
- 2 modified
-
layout.php (modified) (1 diff)
-
sidebar.php (modified) (1 diff)
Legend:
- Unmodified
- Added
- Removed
-
branches/website/application/views/layout.php
r1724 r1910 104 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> 105 105 106 </div>107 106 </body> 108 107 </html> -
branches/website/application/views/sidebar.php
r1351 r1910 1 1 <div id="sidecontent"> 2 2 <h6>Keep Kohana Alive</h6> 3 <p id="donate">If you use Kohana and find it worth something, please consider <strong><?php echo html::anchor('donate', 'donating') ?></strong>. <?php echo html::anchor('donate/donation_list', 'Your donations') ?> will be directly used to cover the costs of maintaining Kohana. </li>3 <p id="donate">If you use Kohana and find it worth something, please consider <strong><?php echo html::anchor('donate', 'donating') ?></strong>. <?php echo html::anchor('donate/donation_list', 'Your donations') ?> will be directly used to cover the costs of maintaining Kohana. 4 4 </p> 5 5
