Exemplo n.º 1
0
 function get_xtpl_detail()
 {
     $value = parent::get_xtpl_detail();
     if (!empty($value) && substr_count($value, '://') == 0 && substr($value, 0, 8) != 'index.php') {
         $value = 'http://' . $value;
     }
     return $value;
 }