Changeset 946
- Timestamp:
- 11/26/06 22:07:23 (2 years ago)
- Files:
-
- branches/0.34/src/lyceum/portal.php (modified) (2 diffs)
Legend:
- Unmodified
- Added
- Removed
- Modified
- Copied
- Moved
branches/0.34/src/lyceum/portal.php
r945 r946 62 62 <div id="sidebar"> 63 63 64 <img src="<?php echo WEBROOT ?>/wp-content/portal/images/lyceum-logo.png" />64 <img src="<?php echo WEBROOT ?>/wp-content/portal/images/lyceum-logo.png" alt="Lyceum logo"/> 65 65 66 66 <?php if ( isset($_SESSION['slug_error']) ) : ?> … … 169 169 </div> 170 170 171 </div>172 171 </body> 173 172 </html>
