1
0
mirror of https://github.com/e107inc/e107.git synced 2025-08-11 17:14:42 +02:00

Issue #1138 - Bootstrap3 theme mostly complete.

This commit is contained in:
Cameron
2015-07-16 01:17:21 -07:00
parent 83288964f1
commit d12eef2f07
15 changed files with 66 additions and 42 deletions

View File

@@ -542,7 +542,7 @@ echo getAlert();
function getModal($caption = '', $type='')
{
if(deftrue('BOOTSTRAP') === 3) // see bootstrap3/admin_template.php
if(deftrue('BOOTSTRAP') === 3) // see bootstrap3/admin_template.php
{
return '';
}