Changeset 3286 for trunk/application

Show
Ignore:
Timestamp:
08/07/2008 04:59:58 AM (4 months ago)
Author:
OscarB
Message:

follow up for r3285, forgot the views

Location:
trunk/application/views
Files:
1 removed
1 modified

Legend:

Unmodified
Added
Removed
  • trunk/application/views/welcome_content.php

    r2044 r3286  
    44 
    55<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>