Procedural File: function.link_item_languages.php

Source Location: /CORE/addon/smarty/plugins/function.link_item_languages.php

Page Details

BIGACE - a PHP and MySQL based Web CMS.

Copyright (C) Kevin Papst.

BIGACE is free software; you can redistribute it and/or modify it under the terms of the GNU General Public License as published by the Free Software Foundation; either version 2 of the License, or (at your option) any later version.

Author:  Kevin Papst
Version:  $Id: function.link_item_languages.php,v 1.5 2009/03/17 14:36:34 kpapst Exp $
Copyright:  Copyright (C) Kevin Papst
License:  GNU Public License
Functions
smarty_function_link_item_languages  [line 37]

void smarty_function_link_item_languages( $params, &$smarty  )

Returns a list of links to switch the language of the current page.

Parameter:

  • item = REQUIRED the item to display links for
  • assign = name of the template variable
  • spacer = the spacer between the languages
  • delimiter = the delimiter between the passed locales
  • css =
  • hideActive = do not show active language link (default false)
  • images = if set to false the language names will be displayed (default true)
  • locale = the locale to display the language names
  • directory = where the images are taken from (optional)

Parameters:
   $params: 
   &$smarty: 


[ Top ]