Changeset 1837

Show
Ignore:
Timestamp:
05/25/08 15:58:52 (8 months ago)
Author:
Heilemann
Message:

Changing the recently committed footer 'support' link to link to the manual.

Twiddly-wiki is a horrible wasteland of inhumane usability, but it's bound to get better later on, so... :)

Files:
1 modified

Legend:

Unmodified
Added
Removed
  • trunk/htdocs/system/admin/footer.php

    r1836 r1837  
    33        <span><a href="http://habariproject.org/">Habari <?php echo version::get_habariversion() ?></a></span> <span class="middot">&middot;</span> 
    44        <span>Logged in as</span> <a href="<?php Site::out_url( 'habari' ); ?>/admin/user"><?php echo User::identify()->displayname ?></a></span> <span class="middot">&middot;</span> 
    5         <span><a href="http://wiki.habariproject.org/" title="<?php _e('Read the Habari wiki'); ?>"><?php _e('Support'); ?></a></span>  
     5        <span><a href="<?php Site::out_url( 'habari' ); ?>/doc/manual/index.html" onclick="popUp(this.href); return false;" title="<?php _e('Read the user manual'); ?>"><?php _e('Manual'); ?></a></span>  
    66 
    77    <!--