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:
@@ -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>
|
||||
|
Reference in New Issue
Block a user