source: extensions/stripped_responsive/template/profile.tpl @ 31946

Last change on this file since 31946 was 29909, checked in by JanisV, 10 years ago

Remove padding for random picture

  • Property svn:executable set to *
File size: 587 bytes
Line 
1<div class="titrePage">
2        <div class="browsePath">
3                <h2>
4                        <a href="{$U_HOME}">{'Home'|@translate}</a>
5                        {$LEVEL_SEPARATOR}{'Profile'|@translate}
6                </h2>
7        </div>
8</div>
9<div id="content">
10    {if !$stripped_responsive.menuOnRight}
11          {if isset($MENUBAR)}{$MENUBAR}{/if}
12    {/if}
13        <div id="content_cell">
14                <div class="content_block">
15                        {include file='infos_errors.tpl'}
16                        {$PROFILE_CONTENT}
17                </div>
18        </div>
19    {if $stripped_responsive.menuOnRight}
20          {if isset($MENUBAR)}{$MENUBAR}{/if}
21    {/if}
22    <div style="clear: both;"></div>
23</div> <!-- content -->
Note: See TracBrowser for help on using the repository browser.