diff options
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} |