Changeset 1278
- Timestamp:
- 06/04/08 17:25:42 (4 months ago)
- Files:
Legend:
- Unmodified
- Added
- Removed
- Modified
- Copied
- Moved
branches/1.0/src/lyceum/wp-content/themes/default/comments.php
r1060 r1278 77 77 <?php if ( $user_ID ) : ?> 78 78 79 <p>Logged in as <a href="<?php echo get_option('siteurl'); ?>/wp-admin/profile.php"><?php echo $user_identity; ?></a>. <a href="<?php echo get_option('siteurl'); ?>/wp-login.php?action=logout" title="Log out of this account">Logout »</a></p>79 <p>Logged in as <a href="<?php echo LURL; ?>/wp-admin/profile.php"><?php echo $user_identity; ?></a>. <a href="<?php echo LURL; ?>/wp-login.php?action=logout" title="Log out of this account">Logout »</a></p> 80 80 81 81 <?php else : ?>
