<?php

/**
 * Sidebar Index Bottom Template
 *
 * …
 *
 * @package Thematic
 * @subpackage Templates
 */
// action hook for placing content above the 'index-bottom' widget area
thematic_aboveindexbottom();
// action hook creating the 'index-bottom' widget area
thematic_widget_area_index_bottom();
// action hook for placing content below the 'index-bottom' widget area
thematic_belowindexbottom();
Beispiel #2
0
/**
 * Register action hook: widget_area_index_bottom 
 *
 * Removed for namespacing
 *
 * @deprecated 1.0
 */
function widget_area_index_bottom()
{
    _deprecated_function(__FUNCTION__, '1.0', 'thematic_widget_area_index_bottom()');
    thematic_widget_area_index_bottom();
}