Esempio n. 1
0
function thumb($obj, $options = array(), $tag = true)
{
    $thumb = new thumb($obj, $options);
    return $tag ? $thumb->tag() : $thumb->url();
}
Esempio n. 2
0
function thumb($obj, $options = array())
{
    $thumb = new thumb($obj, $options);
    return $thumb->tag();
}