diff options
author | vdigital <vdigital@piwigo.org> | 2008-07-02 19:46:37 +0000 |
---|---|---|
committer | vdigital <vdigital@piwigo.org> | 2008-07-02 19:46:37 +0000 |
commit | 8d8d700c62b080d6a988e088e534f27d0cf0c923 (patch) | |
tree | 053240aa79f520d87554f4385d315881bf1d3cd0 /admin/template/yoga | |
parent | 9792ec308ba8eea81550f58a883d606bbe69e777 (diff) |
On rvelices advice, {if isset($TABSHEET)} missing: new reflex to acquire
git-svn-id: http://piwigo.org/svn/trunk@2416 68402e56-0260-453c-a942-63ccdbb3a9ee
Diffstat (limited to 'admin/template/yoga')
-rw-r--r-- | admin/template/yoga/admin.tpl | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/admin/template/yoga/admin.tpl b/admin/template/yoga/admin.tpl index 0893405b1..5f45c6c38 100644 --- a/admin/template/yoga/admin.tpl +++ b/admin/template/yoga/admin.tpl @@ -104,6 +104,8 @@ </ul> </div> {/if} + {if isset($TABSHEET)} {$TABSHEET} + {/if} {$ADMIN_CONTENT} </div> |