Add themes autmatic update functionality.

git-svn-id: http://piwigo.org/svn/trunk@9472 68402e56-0260-453c-a942-63ccdbb3a9ee
This commit is contained in:
patdenice
2011-03-02 09:33:58 +00:00
parent 49dca1e70a
commit 9802ddaa10
5 changed files with 241 additions and 0 deletions
+1
View File
@@ -52,6 +52,7 @@ class themes
$tabsheet = new tabsheet();
$tabsheet->add('themes_installed', l10n('Installed Themes'), $link.'themes_installed');
$tabsheet->add('themes_update', l10n('Check for updates'), $link.'themes_update');
$tabsheet->add('themes_new', l10n('Add New Theme'), $link.'themes_new');
$tabsheet->select($selected);
$tabsheet->assign();