From be58e82bc36601f2f08726a5d67eaaa5dc94de25 Mon Sep 17 00:00:00 2001 From: Florent Bruneau Date: Fri, 12 Dec 2008 14:52:09 +0100 Subject: [PATCH] Fix SU on skin Sharky. Signed-off-by: Florent Bruneau --- templates/skin/sharky.tpl | 29 +++++++++++------------------ 1 file changed, 11 insertions(+), 18 deletions(-) diff --git a/templates/skin/sharky.tpl b/templates/skin/sharky.tpl index 60c4962..7701206 100644 --- a/templates/skin/sharky.tpl +++ b/templates/skin/sharky.tpl @@ -28,27 +28,20 @@ {include core=plpage.devel.tpl} + {if $simple} +
+ {include core=plpage.content.tpl} +
+ {else} + {include file=skin/common.bandeau.tpl} {if $smarty.session.suid} - - - - -
- {$smarty.session.suid} ({$smarty.session.hruid}) - [exit] -
- {/if} - - {if $simple} - -
- {include core=plpage.content.tpl} + - - {else} - - {include file=skin/common.bandeau.tpl} + {/if} -- 2.1.4