Fix a broken link
[platal.git] / templates / skin / humlinux.tpl
index 6517653..4d6dd02 100644 (file)
@@ -24,8 +24,8 @@
 <html xmlns="http://www.w3.org/1999/xhtml">
   <head>
     <base href="{#globals.baseurl#}/" />
-    <link rel="stylesheet" type="text/css" href="{rel}/css/default.css" media="screen" />
-    <link rel="stylesheet" type="text/css" href="{rel}/css/humlinux.css" media="screen" />
+    <link rel="stylesheet" type="text/css" href="css/default.css" media="screen" />
+    <link rel="stylesheet" type="text/css" href="css/humlinux.css" media="screen" />
     {include file=skin/common.header.tpl}
     {include file=skin/common.bandeau.head.tpl}
   </head>
@@ -37,7 +37,7 @@
       <tr>
         <td>
           {$smarty.session.suid} ({$smarty.session.forlife})
-          [<a href="{rel}/exit">exit</a>]
+          [<a href="exit">exit</a>]
         </td>
       </tr>
     </table>
     <table id="body" cellpadding="0" cellspacing="0">
       <tr>
         <td id="body-logo">
-          <a href="{rel}/events"><img src="{rel}/images/sk_humlinux_logo.gif" alt="[ LOGO ]" /></a>
+          <a href="events"><img src="images/skins/humlinux_logo.gif" alt="[ LOGO ]" /></a>
         </td>
         <td id="body-top">
-          <a href="{rel}/events"><img src="{rel}/images/sk_humlinux_lesX.gif" alt="[LES X SUR LE WEB]" /></a>
+          <a href="events"><img src="images/skins/humlinux_lesX.gif" alt="[LES X SUR LE WEB]" /></a>
           {include file="skin/common.title.header.tpl"}
         </td>
       </tr>
-      <tr>
+      <tr id="body-content">
         <td id="body-menu">
-          {foreach key=menu_title item=menu_list from=$menu}
-          {if $menu_title}
-          <div class="menu_title">{$menu_title}</div>
-          {/if}
-          {foreach item=mi from=$menu_list}
-          <div class='menu_item'><a href="{$mi.url}">{$mi.text}</a></div>
-          {/foreach}
-          {/foreach}
-          {perms level=admin}
-          <table class="bicol" style="font-weight:normal;text-align:center; border-left:0px; border-right:0px; margin-top:0.5em; width:100%; margin-left: 0; font-size: smaller;">
-            <tr><th>Valid</th></tr>
-            <tr class="impair">
-              <td><a href="{rel}/admin/valider.php">{insert name="mkStats"}</a></td>
-            </tr>
-          </table>
-          {/perms}
+        {include file=skin/common.menu.tpl}
         </td>
         <td id="content">
-          {include file="skin/common.content.tpl"}
+        {include file="skin/common.content.tpl"}
         </td>
       </tr>
       <tr>