X-Git-Url: http://git.dj3c1t.com/index.cgi?p=mtweb;a=blobdiff_plain;f=mw%2Fapp%2Fhelpers%2Fmw_helper_out.php;fp=mw%2Fapp%2Fhelpers%2Fmw_helper_out.php;h=9b35c0c40a1bc186e24d5c06f7509a7377ead6cb;hp=c32e102311231f20df14b760a99354101ca8ae18;hb=5abc9d5fca28ef86dee6148bb96780d1a7b670f3;hpb=ed558d720ebf6985290c99297f5b1d2c86d1f60a 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."