Changeset 2693
- Timestamp:
- May 13, 2012, 9:44:28 PM (9 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
cpc/trunk/project/apps/frontend/modules/parlementaire/templates/indexSuccess.php
r2689 r2693 197 197 </div> 198 198 <div class="box_repartition aligncenter"><div style="margin: auto;"> 199 <h2><span style="margin-right: 5px;"><img alt="activite" src="<?php echo $sf_request->getRelativeUrlRoot(); ?>/images/xneth/ico_graph.png" /></span><a href="<?php echo url_for('@top_global'); ?>">Activité parlementaire des 12 derniers mois</a></h2> 199 <h2><span style="margin-right: 5px;"><img alt="activite" src="<?php echo $sf_request->getRelativeUrlRoot(); ?>/images/xneth/ico_graph.png" /></span><a href="<?php echo url_for('@top_global'); ?>">Activité parlementaire <?php 200 if (myTools::isFinLegislature()) { 201 echo 'de la législature'; 202 }else{ 203 echo 'des 12 derniers mois'; 204 }?></a></h2> 200 205 <?php echo include_component('plot', 'newGroupes', array('type' => 'home')); ?> 201 206 <?php // echo include_component('plot', 'groupes', array('plot' => 'total')); ?>
Note: See TracChangeset
for help on using the changeset viewer.