diff options
author | rvelices <rv-github@modusoptimus.com> | 2008-03-07 02:07:55 +0000 |
---|---|---|
committer | rvelices <rv-github@modusoptimus.com> | 2008-03-07 02:07:55 +0000 |
commit | 5a7723ff10ee2b01770542b2b5726cdfb8769e4a (patch) | |
tree | 75c44637d12d9eeaef8fa80ddca680b554d17d17 /template/yoga/admin/plugin.tpl | |
parent | 111a34e5814410be7cf17675d89687c4f420ab8a (diff) |
- some more smarty migration (admin upload ws_checker profile and plugin)
git-svn-id: http://piwigo.org/svn/trunk@2260 68402e56-0260-453c-a942-63ccdbb3a9ee
Diffstat (limited to 'template/yoga/admin/plugin.tpl')
-rw-r--r-- | template/yoga/admin/plugin.tpl | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/template/yoga/admin/plugin.tpl b/template/yoga/admin/plugin.tpl index 8a10b02cf..5a0a1fbe7 100644 --- a/template/yoga/admin/plugin.tpl +++ b/template/yoga/admin/plugin.tpl @@ -1,7 +1,7 @@ -<!-- DEV TAG: not smarty migrated --> +{* $Id$ *} <div class="titrePage"> - <h2>{PLUGIN_TITLE}</h2> + <h2>{$PLUGIN_TITLE}</h2> </div> -{PLUGIN_ADMIN_CONTENT} +{$PLUGIN_ADMIN_CONTENT} |