function show_404($lang_id = 'br')
 {
     if (is_callable('redirect') && is_callable('site_url_lang')) {
         redirect(site_url_lang('/404', $lang_id));
     } else {
         parent::show_404();
     }
 }
Exemple #2
0
echo lang("date_days");
?>
</strong>, 
  <strong><?php 
echo lang("date_hours");
?>
</strong>,
  <strong><?php 
echo lang("date_minutes");
?>
</strong>
  
  <br/>
  (try to switch language).<br/><br/>
  
  
  current system uri is <strong><?php 
echo site_url("rapyd/lang");
?>
</strong><br/>
  current language uri is <strong><?php 
echo site_url_lang("rapyd/lang");
?>
</strong>
  




  </div>