1
0
mirror of https://github.com/e107inc/e107.git synced 2025-09-02 10:53:29 +02:00

Code Cleanup

This commit is contained in:
Cameron
2019-05-20 14:53:43 -07:00
parent 6a2fdab074
commit bdb45485ee
27 changed files with 55 additions and 44 deletions

View File

@@ -76,7 +76,7 @@ class theme_shortcodes extends e_shortcode
function sc_bootstrap_usernav($parm='')
function sc_bootstrap_usernav($parm=null)
{
$placement = e107::pref('theme', 'usernav_placement', 'top');

View File

@@ -229,7 +229,7 @@ class theme_shortcodes extends e_shortcode
return "<input type='submit' name='send-contactus' value=\"".LANCONTACT_08."\" class='btn btn-primary btn-block btn-lg' />";
}
function sc_bootstrap_usernav($parm='')
function sc_bootstrap_usernav($parm=null)
{
$placement = e107::pref('theme', 'usernav_placement', 'top');

View File

@@ -90,7 +90,7 @@ class theme_shortcodes extends e_shortcode
function sc_bootstrap_usernav($parm='')
function sc_bootstrap_usernav($parm=null)
{
$placement = e107::pref('theme', 'usernav_placement', 'bottom');