Пример #1
0
function thesis_feature_box_content($feature_box = false)
{
    if ($feature_box) {
        echo "<div id=\"feature_box\">\n";
        thesis_hook_feature_box();
        echo "</div>\n";
    }
}
Пример #2
0
function thesis_feature_box_content($feature_box = false)
{
    if ($feature_box) {
        echo '<div id="feature_box">' . "\n";
        thesis_hook_feature_box();
        echo '</div>' . "\n";
    }
}