Zikula: A Flexible Open Source Content Management System
home | forum | international support | contact us

Docs for page function.html_select_modulestylesheets.php

Procedural File: function.html_select_modulestylesheets.php

Source Location: /pnRender/plugins/function.html_select_modulestylesheets.php

Classes:



Page Details:

Zikula Application Framework



Tags:

version:  $Id: function.html_select_modulestylesheets.php 24383 2008-06-12 14:15:02Z markwest $
copyright:  (c) 2004, Zikula Development Team
link:  http://www.zikula.org
license:  GNU/GPL








smarty_function_html_select_modulestylesheets [line 34]

string smarty_function_html_select_modulestylesheets( array $params, object &$smarty)

Smarty function to display a drop down list of module stylesheets

Available parameters:

  • modname The module name to show the styles for
  • assign: If set, the results are assigned to the corresponding variable instead of printed out
  • id: ID for the control
  • name: Name for the control
  • exclude Comma seperated list of files to exclude (optional)
  • selected: Selected value
Example <!--[modstyleslist name=modulestylesheet selected=navtabs.css]-->




Tags:

return:  the value of the last status message posted, or void if no status message exists
author:  Mark West
since:  24 July 2005


Parameters

array   $params   All attributes passed to this function from the template
object   &$smarty   Reference to the Smarty object
[ Top ]


Packages:

Files:

Classes: