diff --git a/e107_handlers/media_class.php b/e107_handlers/media_class.php index 0fd0096a7..15a81309e 100644 --- a/e107_handlers/media_class.php +++ b/e107_handlers/media_class.php @@ -695,17 +695,21 @@ class e_media // $text .= " "; // Manual filter, if onkeyup ajax fails for some reason. $text .= ""; // Manual filter, if onkeyup ajax fails for some reason. - $text .= ""; // see next page of images. + $text .= ""; // see next page of images. - $text .= ""; // see next page of images. + $text .= ""; // see next page of images. $text .= ""; - $text .= "
".IMALAN_162." ".($frm +1)."-".($dipTotal)."".IMALAN_163." ".$total." ".IMALAN_164.".
\n"; + $text .= "
"; + $text .= e107::getParser()->lanVars(IMALAN_162, array('x'=> $frm +1, 'y'=> $dipTotal, 'z'=>$total )); + $text .= "
\n"; $text .= "
"; } - $text .= "\n"; + $text .= "\n"; if($bbcode == null) // e107 Media Manager - new-image mode.