mirror of
https://github.com/e107inc/e107.git
synced 2025-09-01 10:23:53 +02:00
Issue #2970 btn-default > btn-default btn-secondary
This commit is contained in:
@@ -68,7 +68,7 @@ if ((USER == TRUE) && check_class(varset($pref['allow_theme_select'],FALSE)))
|
||||
}
|
||||
$text .= "</select>
|
||||
<br /><br />
|
||||
<input class='btn btn-default button' type='submit' name='settheme' value='".LAN_UMENU_THEME_1."' />
|
||||
<input class='btn btn-default btn-secondary button' type='submit' name='settheme' value='".LAN_UMENU_THEME_1."' />
|
||||
</div></form>";
|
||||
|
||||
$ns->tablerender(LAN_UMENU_THEME_2, $text, 'usertheme');
|
||||
|
Reference in New Issue
Block a user