diff --git a/views/bootstrap/class.Bootstrap.php b/views/bootstrap/class.Bootstrap.php index ba9566e8a..b127cfd26 100644 --- a/views/bootstrap/class.Bootstrap.php +++ b/views/bootstrap/class.Bootstrap.php @@ -692,10 +692,8 @@ $(document).ready(function () { return; } /* }}} */ - function contentContainerStart($type='info') { /* {{{ */ - - //echo "
\n"; - echo "
\n"; + function contentContainerStart($class='') { /* {{{ */ + echo "
\n"; return; } /* }}} */