======##""{{svg}}""## action====== >>SvgActionInfo>>::c:: Save the following code as (plugins/)actions/svg.php. %%(php) $value) { if ($param == 'width') { $width = (int)$vars['width']; if ($width>950) $width = 950; } if ($param == 'height') { $height = (int)$vars['height']; if ($height>950) $height = 950; } if ($param == 'url') { $url = $this->cleanUrl(trim($vars['url'])); } } } // compatibilty for {{svg http://example.com/example.svg}} if ('' == $url && isset($wikka_vars)) $url = $this->cleanUrl(trim($wikka_vars)); // ouput, if any if ('' != $url) echo ''. ''; ?>%% ::c::---- CategoryUserContributions