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:
@@ -2,6 +2,11 @@
|
||||
|
||||
function wmessage_shortcode($parm)
|
||||
{
|
||||
if($parm == 'hide')
|
||||
{
|
||||
return;
|
||||
}
|
||||
|
||||
$e107 = e107::getInstance();
|
||||
$e107cache = e107::getCache();
|
||||
$pref = e107::getPref();
|
||||
|
Reference in New Issue
Block a user