Changeset 3286 for trunk/application
- Timestamp:
- 08/07/2008 04:59:58 AM (4 months ago)
- Location:
- trunk/application/views
- Files:
-
- 1 removed
- 1 modified
-
welcome.php (deleted)
-
welcome_content.php (modified) (1 diff)
Legend:
- Unmodified
- Added
- Removed
-
trunk/application/views/welcome_content.php
r2044 r3286 4 4 5 5 <p>To change this text, edit <code>application/views/welcome.php</code> and <code>application/views/welcome_content.php</code>. 6 7 <ul> 8 <?php foreach ($links as $title => $url): ?> 9 <li><?php echo ($title === 'License') ? html::file_anchor($url, $title) : html::anchor($url, $title) ?></li> 10 <?php endforeach ?> 11 </ul>
