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

Docs for page function.html_select_languages.php

Procedural File: function.html_select_languages.php

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

Classes:



Page Details:

Zikula Application Framework



Tags:

version:  $Id: outputfilter.pagevars.php 19321 2006-06-29 13:15:10Z markwest $
copyright:  (c) 2004, Zikula Development Team
link:  http://www.zikula.org
license:  GNU/GPL








smarty_function_html_select_languages [line 34]

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

Smarty function to display a drop down list of languages

Available parameters:

  • assign: If set, the results are assigned to the corresponding variable instead of printed out
  • name: Name for the control
  • id: ID for the control
  • selected: Selected value
  • installed: if set only show languages existing in languages folder
  • all: show dummy entry '_ALL' on top of the list with empty value
Example <!--[html_select_languages name=language selected=eng]-->




Tags:

return:  the value of the last status message posted, or void if no status message exists
author:  Mark West
since:  25 April 2004


Parameters

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


Packages:

Files:

Classes: