1<?php
2/**
3 * @package tikiwiki
4 */
5// (c) Copyright by authors of the Tiki Wiki CMS Groupware Project
6//
7// All Rights Reserved. See copyright.txt for details and a complete list of authors.
8// Licensed under the GNU LESSER GENERAL PUBLIC LICENSE. See license.txt for details.
9// $Id$
10
11require_once('tiki-setup.php');
12$access->check_feature('feature_banners');
13$access->check_permission('tiki_p_admin_banners');
14
15// Display the template
16$smarty->assign('mid', 'tiki-edit_banner.tpl');
17$smarty->display("tiki.tpl");
18