Heisenberg submitted a new resource:
You must be registered for see links
- SVG as TemplatesDepending on configuration, this add-on requires webserver URL rewrite support!
Allows SVG (Scalable Vector Graphics) images to be stored as templates. This creates a new svg.php file in the XF root directory.
To generate a link to an SVG template:
Under Board information, if "Use Full Friendly URLs" (useFriendlyUrls) is set the URL generated is:Code:{{ getSvgUrl('tempate.svg') }}
...Code:/data/svg/<style_id>/<langauge_id>/<style_last_modified>/<templateName>.svg
You must be registered for see links
