1
0
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:
Cameron
2013-12-21 06:23:22 -08:00
parent e2d67d8ecd
commit c3e93fb34d
16 changed files with 419 additions and 333 deletions

View File

@@ -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>