Changeset 850

Show
Ignore:
Timestamp:
01/22/07 10:50:49 (2 years ago)
Author:
dave
Message:

Moved the footer within the container div - it looked a little odd being outside. If you want a full width footer, just move the footer code in the pageshell outside of the container div close.

Files:

Legend:

Unmodified
Added
Removed
Modified
Copied
Moved
  • devel/mod/template/templates/Default_Template/pageshell

    r822 r850  
    2626        </div><!-- close splitpane-sidebar div -->   
    2727</div><!-- close content-holder div -->  
    28 </div><!-- close container div --> 
    2928<div id="footer"><!-- start footer --> 
    3029        <span style="color:#FF934B">{{sitename}}</span> <a href="{{url}}content/terms.php">Terms and conditions</a>&nbsp;|&nbsp;<a href="{{url}}content/privacy.php">Privacy Policy</a><br /> 
     
    3231        <br /> 
    3332</div><!-- end footer --> 
     33</div><!-- close container div --> 
    3434</body> 
    3535</html>