diff --git a/e107_plugins/gsitemap/admin_config.php b/e107_plugins/gsitemap/admin_config.php index 5ed20efab..6f41517b3 100644 --- a/e107_plugins/gsitemap/admin_config.php +++ b/e107_plugins/gsitemap/admin_config.php @@ -8,7 +8,6 @@ * * Plugin Administration - gsitemap * - * */ require_once("../../class2.php"); if(!getperms("P") || !plugInstalled('gsitemap')) @@ -212,78 +211,61 @@ class gsitemap $text = "
- + + + + - - + + - - + + + + + + + + + + + + + - - - - - - - - - - - - - - - - - - - - + +
".LAN_NAME." -   - - ".LAN_NAME."".$frm->text('gsitemap_name', $editArray['gsitemap_name'], '100', array('class' => 'tbox input-text span3'))."
".LAN_URL." -   - - + ".LAN_URL."".$frm->text('gsitemap_url', $editArray['gsitemap_url'], '100', array('class' => 'tbox input-text span3'))." +
".GSLAN_10." + +
".GSLAN_9." +
".LAN_ORDER."
".GSLAN_10." -   - -
".GSLAN_9."
-  
-
".LAN_ORDER." -
".LAN_VISIBILITY.""; - $text .= r_userclass("gsitemap_active", $editArray['gsitemap_active'], 'off', "nobody,public,guest,member,admin,classes,language"); - $text .=" - ".LAN_VISIBILITY."".r_userclass("gsitemap_active", $editArray['gsitemap_active'], 'off', "nobody,public,guest,member,admin,classes,language")."
-
"; if(is_array($editArray)) { @@ -293,7 +275,6 @@ class gsitemap else { $text .= $frm->admin_button('add_link',LAN_CREATE,'create'); - // $text .= ""; } $text .= "
@@ -431,11 +412,11 @@ class gsitemap - - ".GSLAN_2." - ".LAN_TYPE." - ".LAN_NAME." - ".LAN_URL." + + ".GSLAN_2." + ".LAN_TYPE." + ".LAN_NAME." + ".LAN_URL." @@ -445,10 +426,10 @@ class gsitemap { $text .= " - - ".$ia['type']." - ".$ia['name']." - ".str_replace(SITEURL,"",$ia['url'])." + + ".$ia['type']." + ".$ia['name']." + ".str_replace(SITEURL,"",$ia['url'])." "; } @@ -536,11 +517,11 @@ class gsitemap $text = "".GSLAN_33."