Changeset 21
- Timestamp:
- 12/07/05 11:58:24 (3 years ago)
- Files:
-
- trunk/frontend/templates/layout.php (modified) (2 diffs)
Legend:
- Unmodified
- Added
- Removed
- Modified
- Copied
- Moved
trunk/frontend/templates/layout.php
r20 r21 16 16 <body> 17 17 18 <?php use_helper('Javascript') ?> 19 18 20 <div id="indicator" style="display: none"></div> 19 21 … … 30 32 <h1><?php echo link_to(image_tag('askeet_logo.gif', 'alt=askeet'), 'question/list') ?></h1> 31 33 </div> 34 35 <?php echo link_to_function('cancel', visual_effect('blind_up', 'login', array('duration' => 0.5))) ?> 32 36 33 37 <div id="login" style="display: none">
