Changeset 520373
- Timestamp:
- 03/18/2012 10:51:17 AM (14 years ago)
- Location:
- impact-template-editor/trunk/lib
- Files:
-
- 2 edited
-
functions/impact-hooks.php (modified) (1 diff)
-
templates/impact-master-template.php (modified) (2 diffs)
Legend:
- Unmodified
- Added
- Removed
-
impact-template-editor/trunk/lib/functions/impact-hooks.php
r517806 r520373 1 1 <?php 2 2 3 function impact_before_content( $impact_widget_area ) { do_action( 'impact_before_content', $impact_widget_area ); } 3 4 function impact_after_content( $impact_widget_area ) { do_action( 'impact_after_content', $impact_widget_area ); } -
impact-template-editor/trunk/lib/templates/impact-master-template.php
r517806 r520373 34 34 <?php wp_head(); ?> 35 35 36 <?php impact_head_tag( $this_template . '_head_tag' ); ?>37 38 36 </head> 39 37 … … 44 42 <div id="before-page-wrap-outer" class="outer-wrap"> 45 43 <div id="impact-before-page-wrap" class="widget-area"> 46 <?php impact_before_page_wrap( $this_template . '_before_page_wrap' ); ?>44 47 45 </div> 48 46 </div>
Note: See TracChangeset
for help on using the changeset viewer.