Procedural File: function.portlets.php

Source Location: /CORE/addon/smarty/plugins/function.portlets.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.portlets.php,v 1.5 2009/02/27 23:13:28 kpapst Exp $
Copyright:  Copyright (C) Kevin Papst
License:  GNU Public License
Functions
smarty_function_portlets  [line 28]

void smarty_function_portlets( $params, &$smarty  )

Loads portlets.

Parameter:

  • assign = the Variable Name that is used to bind Portlets in Smarty Context
  • name = the Name of the Portlet Column (comma separated list, default: loads all Portlets for Item/Language)
  • lang = the language to fetch Portlets for (default: current language)
  • id = the Menu ID to fetch Portlets for (default: current Menu ID)

Parameters:
   $params: 
   &$smarty: 


[ Top ]