Changeset 1069
- Timestamp:
- 08/18/07 12:30:32 (1 year ago)
- Files:
-
- trunk/src/lyceum/wp-admin/admin-footer.php (modified) (2 diffs)
Legend:
- Unmodified
- Added
- Removed
- Modified
- Copied
- Moved
trunk/src/lyceum/wp-admin/admin-footer.php
r1005 r1069 2 2 <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> 3 3 <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> — <a href="http://wiki.lyceum.ibiblio.org/"><?php _e('Lyceum Documentation'); ?></a> — <a href="http://forum.lyceum.ibiblio.org/"><?php _e('Lyceum Support Forums'); ?></a> <br /> 5 5 <?php bloginfo('version'); ?> — <?php printf(__('%s seconds'), timer_stop(0, 2)); ?> 6 6 </p> … … 12 12 <?php 13 13 if ( (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>'; 15 15 } 16 16 ?>
