mirror of
https://github.com/e107inc/e107.git
synced 2025-08-16 11:36:08 +02:00
merging with upstream
This commit is contained in:
@@ -15,7 +15,12 @@
|
||||
*/
|
||||
|
||||
if (!defined('e107_INIT')) { exit; }
|
||||
if (!defined("USER_WIDTH")){ define("USER_WIDTH", "width:auto"); }
|
||||
if (!defined("USER_WIDTH"))
|
||||
{
|
||||
$uw = (deftrue('e_BOOTSTRAP')) ? "" : "width:97%";
|
||||
define("USER_WIDTH", $uw);
|
||||
}
|
||||
|
||||
|
||||
// global $usersettings_shortcodes, $pref;
|
||||
|
||||
|
Reference in New Issue
Block a user