aboutsummaryrefslogtreecommitdiffstats
path: root/admin/include/themes.class.php
diff options
context:
space:
mode:
authorpatdenice <patdenice@piwigo.org>2011-03-02 09:33:58 +0000
committerpatdenice <patdenice@piwigo.org>2011-03-02 09:33:58 +0000
commit9802ddaa10156ff65e85d37817d51e10b59e902f (patch)
treefc9d1974cebafb68f4866bb69198670baf427048 /admin/include/themes.class.php
parent49dca1e70a6b011f52e78d144453865423eefb36 (diff)
Add themes autmatic update functionality.
git-svn-id: http://piwigo.org/svn/trunk@9472 68402e56-0260-453c-a942-63ccdbb3a9ee
Diffstat (limited to 'admin/include/themes.class.php')
-rw-r--r--admin/include/themes.class.php1
1 files changed, 1 insertions, 0 deletions
diff --git a/admin/include/themes.class.php b/admin/include/themes.class.php
index c326ea424..78716214e 100644
--- a/admin/include/themes.class.php
+++ b/admin/include/themes.class.php
@@ -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();