X-Git-Url: http://git.dj3c1t.com/index.cgi?a=blobdiff_plain;f=mw%2Fapp%2Fhelpers%2Fmw_helper_out.php;h=9b35c0c40a1bc186e24d5c06f7509a7377ead6cb;hb=92bc3e665cb27a998748e250097e8337f8865499;hp=c32e102311231f20df14b760a99354101ca8ae18;hpb=422d883e3ed8ee55ee41e3b7826f32b79cea646d;p=mtweb diff --git a/mw/app/helpers/mw_helper_out.php b/mw/app/helpers/mw_helper_out.php index c32e102..9b35c0c 100644 --- a/mw/app/helpers/mw_helper_out.php +++ b/mw/app/helpers/mw_helper_out.php @@ -2,7 +2,7 @@ class mw_helper_out extends mw_helper{ - function pagination_menu($current, $total, $max, $base_url, $start_param, $legende = null){ + public function pagination_menu($current, $total, $max, $base_url, $start_param, $legende = null){ $navig = ""; if($max && $total > $max){ if(isset($legende)){ @@ -53,11 +53,11 @@ return $navig; } - function esc_attr($content){ + public function esc_attr($content){ return htmlspecialchars($content, ENT_COMPAT, "UTF-8"); } - function get_menu_ul($menu, $indent = ""){ + public function get_menu_ul($menu, $indent = ""){ $html = ""; if($menu["subs"]){ $html .= $indent."