root/branches/release-36/php/lib/function.mtwidgetset.php @ 2091

Revision 2091, 333 bytes (checked in by fumiakiy, 19 months ago)

PHP tags for Widget Manager. BugId:68750

  • Property svn:keywords set to Id Date Author Revision
Line 
1<?php
2# Movable Type (r) Open Source (C) 2001-2008 Six Apart, Ltd.
3# This program is distributed under the terms of the
4# GNU General Public License, version 2.
5#
6# $Id$
7
8require_once("function.mtwidgetmanager.php");
9function smarty_function_mtwidgetset($args, &$ctx) {
10    return smarty_function_mtwidgetmanager($args, $ctx);
11}
12?>
13
Note: See TracBrowser for help on using the browser.