mirror of
https://github.com/e107inc/e107.git
synced 2025-08-12 01:25:01 +02:00
Issue #435 - More Bootstrap3 styling fixes. Login-menu shortcodes updated to v2 spec.
This commit is contained in:
@@ -563,7 +563,7 @@ class poll
|
||||
|
||||
function generateBar($perc)
|
||||
{
|
||||
if(BOOTSTRAP === true)
|
||||
if(deftrue('BOOTSTRAP',false))
|
||||
{
|
||||
return "<div class='progress'>
|
||||
<div class='bar' style='width: ".intval($perc)."%;'></div>
|
||||
|
Reference in New Issue
Block a user