diff --git a/includes/adm/j_plugins.php b/includes/adm/j_plugins.php index 4436bd9..87cdea3 100755 --- a/includes/adm/j_plugins.php +++ b/includes/adm/j_plugins.php @@ -79,7 +79,7 @@ switch ($case): continue; } - if($case == 'check' && $row['plg_disabled'] == 1) + if ($case == 'check' && $row['plg_disabled'] == 1) { continue; } diff --git a/styles/bootstrap/index_body.html b/styles/bootstrap/index_body.html index cf8a8a2..a46ec37 100755 --- a/styles/bootstrap/index_body.html +++ b/styles/bootstrap/index_body.html @@ -3,7 +3,9 @@
-
{lang.WELCOME} [ {username} ]
+
{lang.WELCOME} [ + {username} ] +

{welcome_msg}

@@ -19,104 +21,160 @@
  • {{message_content}}
  • - - -
  • - {lang.INFORMATION} : {{message_content}} -
  • + + +
  • + {lang.INFORMATION} : {{message_content}} +
  • + - - -
    + + -
    -
    - -
    -
    +
    +
    + +
    +
    - - -
    -
    -

    {lang.VERTY_CODE}

    -
    {lang.NOTE_CODE}
    -

    - {lang.REFRESH_CAPTCHA} - -

    + + +
    +
    +

    {lang.VERTY_CODE}

    +
    {lang.NOTE_CODE}
    +

    + {lang.REFRESH_CAPTCHA} + +

    +
    +
    + + + +
    + + + +
    + +
    + + {lang.OPEN} +
    +
    + + +
    + +
    + +
    +
    +
    {terms_msg}
    + +
    + +
    +
    +
    + + + + +
    +
    + {lang.WAIT_LOADING} +
    + {lang.LOADING} +
    +
    + + + + + +
    +
    + {lang.NUMBER_ONLINE}: {current_online_users} +
    + + +
    + + {{name}} +
    - - - -
    - - - -
    - -
    - - {lang.OPEN} -
    -
    - - -
    - -
    - -
    -
    -
    {terms_msg}
    - -
    - -
    -
    - - - - -
    -
    - {lang.WAIT_LOADING} -
    - {lang.LOADING} -
    -
    - - - - - -
    -
    - {lang.NUMBER_ONLINE}: {current_online_users} -
    - - -
    - - {{name}} - -
    -
    -
    -
    +
    + \ No newline at end of file