Changeset 77
- Timestamp:
- 09/19/08 15:24:02 (2 months ago)
- Files:
-
- branches/1.0/apps/main/templates/_ads.php (added)
- branches/1.0/apps/main/templates/layout.php (modified) (1 diff)
- branches/1.0/web/css/style.css (modified) (1 diff)
Legend:
- Unmodified
- Added
- Removed
- Modified
- Copied
- Moved
branches/1.0/apps/main/templates/layout.php
r39 r77 53 53 <?php endif; ?> 54 54 <?php include_component('events', 'recentEvents') ?> 55 <?php include_partial('global/ads') ?> 55 56 <?php include_component('utils', 'stats') ?> 56 57 </div> branches/1.0/web/css/style.css
r2 r77 1134 1134 background: transparent url(../images/page_white_text.png) no-repeat 0px 4px; 1135 1135 } 1136 1137 /* Ads style */ 1138 ul.ads_list h4, ul.ads_list p { 1139 margin: 0; 1140 padding: 0; 1141 }
