From 395b09de3d1dfc40411df71c8752dcc368ab4ea9 Mon Sep 17 00:00:00 2001 From: plegall Date: Mon, 15 Mar 2010 13:35:35 +0000 Subject: feature 1507: ability to install themes directly from piwigo.org/ext. The theme manager backend for installation is the plugin manager backend, because they are very close. thanks to feature:1502, installing a theme and installing a plugin are very similare operations. The only differences are the installation directory and the main file to find in the archive. This is only the very first step, the "add new theme" screen needs many improvements, to begin with display style. git-svn-id: http://piwigo.org/svn/trunk@5143 68402e56-0260-453c-a942-63ccdbb3a9ee --- admin.php | 1 + 1 file changed, 1 insertion(+) (limited to 'admin.php') diff --git a/admin.php b/admin.php index 3342a1879..739f0df5f 100644 --- a/admin.php +++ b/admin.php @@ -123,6 +123,7 @@ $template->assign( 'U_CONFIG_DISPLAY'=> $conf_link.'default', 'U_CONFIG_EXTENTS'=> $link_start.'extend_for_templates', 'U_CONFIG_MENUBAR'=> $link_start.'menubar', + 'U_CONFIG_THEMES'=> $link_start.'themes_new', 'U_CATEGORIES'=> $link_start.'cat_list', 'U_MOVE'=> $link_start.'cat_move', 'U_CAT_OPTIONS'=> $link_start.'cat_options', -- cgit v1.2.3