Changeset 77

Show
Ignore:
Timestamp:
09/19/08 15:24:02 (2 months ago)
Author:
nperriault
Message:

added a simple way to configure optional ads in the sidebar

Files:

Legend:

Unmodified
Added
Removed
Modified
Copied
Moved
  • branches/1.0/apps/main/templates/layout.php

    r39 r77  
    5353      <?php endif; ?> 
    5454      <?php include_component('events', 'recentEvents') ?> 
     55      <?php include_partial('global/ads') ?> 
    5556      <?php include_component('utils', 'stats') ?> 
    5657      </div> 
  • branches/1.0/web/css/style.css

    r2 r77  
    11341134  background: transparent url(../images/page_white_text.png) no-repeat 0px 4px; 
    11351135} 
     1136 
     1137/* Ads style */ 
     1138ul.ads_list h4, ul.ads_list p { 
     1139  margin: 0; 
     1140  padding: 0; 
     1141}