Esempio n. 1
0
 function get_link(&$context)
 {
     $link = parent::get_link($context);
     return str_replace('https://', 'http://', $link);
 }