コード例 #1
0
ファイル: sidebars.php プロジェクト: billerby/Surdeg
function thesis_sidebars()
{
    echo '		<div id="sidebars">' . "\n";
    thesis_hook_before_sidebars();
    thesis_build_sidebars();
    thesis_hook_after_sidebars();
    echo '		</div>' . "\n";
}
コード例 #2
0
ファイル: sidebars.php プロジェクト: CherylMuniz/fashion
function thesis_sidebars()
{
    echo "\t\t<div id=\"sidebars\">\n";
    thesis_hook_before_sidebars();
    #hook
    thesis_build_sidebars();
    thesis_hook_after_sidebars();
    #hook
    echo "\t\t</div>\n";
}