1
0
mirror of https://github.com/e107inc/e107.git synced 2025-08-11 09:04:38 +02:00

Renamed bootstrap flag e_BOOTSTRAP to BOOTSTRAP. Set e_BOOTSTRAP as path of bootstrap folder.

This commit is contained in:
Cameron
2013-06-17 16:03:33 -07:00
parent d10dbc443a
commit a0aec4b210
25 changed files with 51 additions and 44 deletions

View File

@@ -376,7 +376,7 @@ class poll
if(deftrue('e_BOOTSTRAP'))
if(deftrue('BOOTSTRAP'))
{
if($type == 'forum')
@@ -561,7 +561,7 @@ class poll
function generateBar($perc)
{
if(e_BOOTSTRAP === true)
if(BOOTSTRAP === true)
{
return "<div class='progress'>
<div class='bar' style='width: ".intval($perc)."%;'></div>