Exemplo n.º 1
0
 function get_image($path, $class, $variable, $extension)
 {
     return add_http_host($this->get_image_without_host($path, $class, $variable, $extension));
 }
Exemplo n.º 2
0
function get_general_image_path($v = null)
{
    return add_http_host("/img/general/{$v}");
}