added section tags around left-hand content containing the phot wrapper
This commit is contained in:
parent
589cc245a6
commit
26ca991f6c
1 changed files with 16 additions and 15 deletions
|
@ -6,7 +6,8 @@
|
|||
<#-- Default individual profile page template -->
|
||||
<#--@dumpAll /-->
|
||||
<section id="individual-intro" class="vcard" role="region">
|
||||
<!-- Image -->
|
||||
<section id="share-contact" role="region">
|
||||
<#-- Image -->
|
||||
<#assign individualImage>
|
||||
<@p.image individual=individual
|
||||
propertyGroups=propertyGroups
|
||||
|
@ -18,9 +19,9 @@
|
|||
<#if ( individualImage?contains('<img class="individual-photo"') )>
|
||||
<#assign infoClass = 'class="withThumb"'/>
|
||||
</#if>
|
||||
|
||||
<div id="photo-wrapper">${individualImage}</div>
|
||||
|
||||
</section>
|
||||
<!-- start section individual-info -->
|
||||
<section id="individual-info" ${infoClass!} role="region">
|
||||
<#include "individual-adminPanel.ftl">
|
||||
|
||||
|
|
Loading…
Add table
Reference in a new issue