diff --git a/e107_admin/prefs.php b/e107_admin/prefs.php
index 2a93a8f17..5f8258ff8 100644
--- a/e107_admin/prefs.php
+++ b/e107_admin/prefs.php
@@ -246,8 +246,8 @@ $text .= "
".$tp->parseTemplate("{IMAGESELECTOR={$parms
$text .= "
-
-
+
+
".PRFLAN_214." |
".$frm->imagepicker('sitelogo',$pref['sitelogo'],'-- No Image --')." |
@@ -401,7 +401,8 @@ $text .= "
".$frm->radio_switch('admin_slidedown_subs', $pref['admin_slidedown_subs'])."
".PRFLAN_200."
-
+
+
".PRFLAN_204." |
".$frm->radio_switch('admin_separate_plugins', $pref['admin_separate_plugins'])."
diff --git a/e107_core/shortcodes/single/imageselector.php b/e107_core/shortcodes/single/imageselector.php
index 2702e1bae..0614eb974 100644
--- a/e107_core/shortcodes/single/imageselector.php
+++ b/e107_core/shortcodes/single/imageselector.php
@@ -128,10 +128,10 @@ function imageselector_shortcode($parm = '', $mod = '')
}
}
}
- $text .= '\n';
+ $text .= "\n";
}
$text .= "";
- $text .= "refresh";
+ $text .= "refresh";
if(!e_AJAX_REQUEST) $text .= '';
if ($scaction == 'select') return $text;
|