Changeset 261
- Timestamp:
- 07/19/07 00:46:41 (3 years ago)
- Location:
- veekun/trunk
- Files:
-
- 2 added
- 2 modified
-
lib/Vee/Controller/Users/Stats.pm (added)
-
site_options.yml (modified) (1 diff)
-
templates/index.tt (modified) (1 diff)
-
templates/users/stats.tt (added)
Legend:
- Unmodified
- Added
- Removed
-
veekun/trunk/site_options.yml
r214 r261 49 49 - text: Edit settings 50 50 url: /users/edit 51 - text: Statistics 52 url: /users/stats 51 53 # - text: Options 52 54 # url: /options -
veekun/trunk/templates/index.tt
r195 r261 50 50 </div> 51 51 <div class="front-box"> 52 <a href="/users/ list" class="heading"><img src="/images/icons/index/stats.png" alt="" class="icon"/> User Statistics</a>52 <a href="/users/stats" class="heading"><img src="/images/icons/index/stats.png" alt="" class="icon"/> User Statistics</a> 53 53 [% IF recent_users.is_empty %] 54 54 <p> Nobody has been on in a while. </p>
