Procedural File: function.admin_box_support_header.php

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

void smarty_function_admin_box_support_header( $params, &$smarty  )

Dumps everything we need to activate Admin Box support for this page.

You need to call {admin_box_support_footer} at the end of the page!

See {admin_box_header} for a working example.

Parameters:
   $params: 
   &$smarty: 


[ Top ]