Example #1
0
function echo_cms_sep()
{
    if (pakeApp::get_instance()->get_verbose()) {
        $width = 9 + strlen(pakeColor::colorize('', 'SEP'));
        echo sprintf(' %-' . $width . 's %s', pakeColor::colorize("", 'SEP'), pakeApp::excerpt("", null)) . "\n";
    }
}
Example #2
0
function pake_excerpt($text)
{
    if (pakeApp::get_instance()->get_verbose()) {
        echo pakeApp::excerpt($text) . "\n";
    }
}