mirror of
https://github.com/e107inc/e107.git
synced 2025-08-11 17:14:42 +02:00
Debug styling fixes.
This commit is contained in:
@@ -137,8 +137,12 @@ class plugin_featurebox_item extends e_model
|
||||
{
|
||||
return $video;
|
||||
}
|
||||
|
||||
if(is_string($parm))
|
||||
{
|
||||
parse_str($parm, $parm);
|
||||
}
|
||||
|
||||
parse_str($parm, $parm);
|
||||
$tp = e107::getParser();
|
||||
|
||||
$imageSrc = ($parm != 'placeholder') ? $this->get('fb_image') : "";
|
||||
|
Reference in New Issue
Block a user