Procedural File: function.previewimage.php
Source Location: /system/Theme/plugins/function.previewimage.php
Page Details:
Zikula Application Framework
Tags:
smarty_function_previewimage [line 33]
string smarty_function_previewimage(
array $params, object &$smarty)
|
|
Smarty function to display a preview image from a theme available parameters: - name name of the theme to display the preview image for
- name if set, the id assigned to the image
- size if set, the size of the image to use from small, medium, large (optional: default 'medium')
- assign if set, the title will be assigned to this variable
Example <!--[previewimage name=andreas08 size=large]-->
Tags:
Parameters
| array |
$params |
All attributes passed to this function from the template |
| object |
&$smarty |
Reference to the Smarty object |
|
|