71 lines
1.8 KiB
Smarty
Executable File
71 lines
1.8 KiB
Smarty
Executable File
|
|
{capture name=path}{l s='Ma Philosophie'}{/capture}
|
|
{include file="$tpl_dir./breadcrumb.tpl"}
|
|
{foreach from=$philo item=phi}
|
|
<div class="borderGreen">
|
|
<h1>{$phi.titrepage}</h1>
|
|
<div class="centerCol">
|
|
{if $phi.titrebox1!=""}
|
|
<div class="tiroir">
|
|
<h3><span>{$phi.titrebox1}</span></h3>
|
|
<div class="hidden texte">
|
|
{$phi.box1}
|
|
<div class="leftCol">
|
|
<img src="{$base_dir}modules/devspephilosophie/images/{$phi.image1}" alt="{$phi.image1legend}" />
|
|
<h2>{$phi.info1}</h2>
|
|
<p>{$phi.info2}<br/>{$phi.info3}</p>
|
|
<div class="clear"></div>
|
|
</div>
|
|
</div>
|
|
</div>
|
|
{/if}
|
|
{if $phi.titrebox2!=""}
|
|
<div class="tiroir">
|
|
<h3><span>{$phi.titrebox2}</span></h3>
|
|
<div class="hidden texte">
|
|
{$phi.box2}
|
|
</div>
|
|
</div>
|
|
{/if}
|
|
{if $phi.titrebox3!=""}
|
|
<div class="tiroir">
|
|
<h3><span>{$phi.titrebox3}</span></h3>
|
|
<div class="hidden texte">
|
|
{$phi.box3}
|
|
</div>
|
|
</div>
|
|
{/if}
|
|
{if $phi.titrebox4!=""}
|
|
<div class="tiroir">
|
|
<h3><span>{$phi.titrebox4}</span></h3>
|
|
<div class="hidden texte">
|
|
{$phi.box4}
|
|
</div>
|
|
</div>
|
|
{/if}
|
|
</div>
|
|
<div class="clear"></div>
|
|
</div>
|
|
<div class="rightCol">
|
|
{if $phi.video!=""}
|
|
<div class="video">
|
|
{$phi.video|replace:'width="560"':'width="640"'|replace:'height="315"':'height="360"'}
|
|
</div>
|
|
{/if}
|
|
{if $phi.bloctitre!=""}
|
|
<div class="bloctitre">
|
|
<h4>{$phi.bloctitre}</h4>
|
|
<div class="image">
|
|
{if $phi.blocurl!=""}<a href="{$phi.blocurl}" title="">{/if}
|
|
<img src="{$base_dir}modules/devspephilosophie/images/{$phi.image2}" alt="{$phi.image2legend}" />
|
|
{if $phi.blocurl!=""}</a>{/if}
|
|
</div>
|
|
<div class="description">
|
|
{$phi.blocdescription}
|
|
</div>
|
|
{if $phi.blocurl!=""}<a href="{$phi.blocurl}" class="button clear">{$phi.blocurltitre}</a>{/if}
|
|
</div>
|
|
{/if}
|
|
<div class="clear"></div>
|
|
</div>
|
|
{/foreach} |