Ignore:
Timestamp:
Jan 28, 2012, 6:45:06 PM (12 years ago)
Author:
Zaphod
Message:

version 2.1.0

File:
1 edited

Legend:

Unmodified
Added
Removed
  • extensions/stripped/template/profile.tpl

    r9134 r12960  
    55<div class="titrePage">
    66        <div class="browsePath">
    7                 <h2><a href="{$U_HOME}" title="{'return to homepage'|@translate}">{'Home'|@translate}</a>{$LEVEL_SEPARATOR}{'Profile'|@translate}</h2>
     7                <h2>
     8                        {if isset($MENUBAR)}
     9                                <span id="menuswitcher" title="{'Show/hide menu'|@translate}">{'Menu'|@translate}</span><span class="arrow"> »</span>
     10                        {/if}
     11                        <a href="{$U_HOME}">{'Home'|@translate}</a>
     12                        {$LEVEL_SEPARATOR}{'Profile'|@translate}
     13                </h2>
    814        </div>
    915</div>
    1016<div id="content">
    11         {if isset($errors)}
    12                 <div class="errors">
    13                         <ul>
    14                                 {foreach from=$errors item=error}
    15                                         <li>{$error}</li>
    16                                 {/foreach}
    17                         </ul>
     17        {if isset($MENUBAR)}{$MENUBAR}{/if}
     18        <div id="content_cell">
     19                <div class="content_block">
     20                        {if isset($errors)}
     21                                <div class="errors">
     22                                        <ul>
     23                                                {foreach from=$errors item=error}
     24                                                        <li>{$error}</li>
     25                                                {/foreach}
     26                                        </ul>
     27                                </div>
     28                        {/if}
     29                        {$PROFILE_CONTENT}
    1830                </div>
    19         {/if}
    20         {$PROFILE_CONTENT}
     31        </div>
    2132</div> <!-- content -->
Note: See TracChangeset for help on using the changeset viewer.