Log in with username/password: lyceum/lyceum

Changeset 1069

Show
Ignore:
Timestamp:
08/18/07 12:30:32 (1 year ago)
Author:
jjb
Message:

Adding links to Lyceum support resources. Making siteurl usage parallel with WP.

Files:

Legend:

Unmodified
Added
Removed
Modified
Copied
Moved
  • trunk/src/lyceum/wp-admin/admin-footer.php

    r1005 r1069  
    22<div id="footer"><p><a href="http://lyceum.ibiblio.org/" id="wordpress-logo"><img src="<?php echo LURL?>/wp-admin/images/lyceum-logo.png" alt="Lyceum" /></a></p> 
    33<p> 
    4 <a href="http://codex.wordpress.org/"><?php _e('WordPress Documentation'); ?></a> <br /> 
     4<a href="http://codex.wordpress.org/"><?php _e('WordPress Documentation'); ?></a> &#8212; <a href="http://wiki.lyceum.ibiblio.org/"><?php _e('Lyceum Documentation'); ?></a> &#8212; <a href="http://forum.lyceum.ibiblio.org/"><?php _e('Lyceum Support Forums'); ?></a> <br /> 
    55<?php bloginfo('version'); ?> &#8212; <?php printf(__('%s seconds'), timer_stop(0, 2)); ?> 
    66</p> 
     
    1212<?php 
    1313if ( (substr(php_sapi_name(), 0, 3) == 'cgi') && spawn_pinger() ) { 
    14    echo '<iframe id="pingcheck" src="' . LURL .'/wp-admin/execute-pings.php?time=' . time() . '" style="border:none;width:1px;height:1px;"></iframe>'; 
     14   echo '<iframe id="pingcheck" src="' . get_settings('siteurl') .'/wp-admin/execute-pings.php?time=' . time() . '" style="border:none;width:1px;height:1px;"></iframe>'; 
    1515} 
    1616?> 
Log in with username/password: lyceum/lyceum