Ejemplo n.º 1
0
/**
 * Register action hook: widget_area_single_top 
 *
 * Removed for namespacing
 *
 * @deprecated 1.0
 */
function widget_area_single_top()
{
    _deprecated_function(__FUNCTION__, '1.0', 'thematic_widget_area_single_top()');
    thematic_widget_area_single_top();
}
Ejemplo n.º 2
0
<?php

/**
 * Sidebar Single Top Template
 *
 * …
 * 
 * @package Thematic
 * @subpackage Templates
 */
// action hook for placing content above the 'single-top' widget area
thematic_abovesingletop();
// action hook for creating the 'single-top' widget area
thematic_widget_area_single_top();
// action hook for placing content below the 'single-top' widget area
thematic_belowsingletop();