1
0
mirror of https://github.com/e107inc/e107.git synced 2025-08-26 07:44:49 +02:00

Bootstrap3 styling fixes and embedded featurebox layout added.

This commit is contained in:
Cameron
2014-01-06 07:52:13 -08:00
parent 403900c357
commit 7efdd3f31f
8 changed files with 128 additions and 38 deletions

View File

@@ -2,6 +2,11 @@
function wmessage_shortcode($parm)
{
if($parm == 'hide')
{
return;
}
$e107 = e107::getInstance();
$e107cache = e107::getCache();
$pref = e107::getPref();