Changeset 2684
- Timestamp:
- May 13, 2012, 6:15:36 PM (9 years ago)
- Location:
- cpc/trunk/project/apps/frontend/modules
- Files:
-
- 2 edited
Legend:
- Unmodified
- Added
- Removed
-
cpc/trunk/project/apps/frontend/modules/parlementaire/templates/indexSuccess.php
r2622 r2684 187 187 <div class="box_container"> 188 188 <div class="box_tags"> 189 <h2><span style="margin-right: 5px;"><img alt="tags" src="<?php echo $sf_request->getRelativeUrlRoot(); ?>/images/xneth/assemblee-nationale.png" /></span><?php echo link_to('En ce moment à l\'Assemblée nationale', '@parlementaires_tags'); ?></h2> 189 <h2><span style="margin-right: 5px;"><img alt="tags" src="<?php echo $sf_request->getRelativeUrlRoot(); ?>/images/xneth/assemblee-nationale.png" /></span><?php 190 if (myTools::isFinLegislature()) { 191 $titretags = 'Les mots clés du quinquénat'; 192 }else{ 193 $titretags = 'En ce moment à l\'Assemblée nationale'; 194 } 195 echo link_to($titretags, '@parlementaires_tags'); ?></h2> 190 196 <?php echo include_component('tag', 'globalActivite'); ?> 191 197 </div> -
cpc/trunk/project/apps/frontend/modules/tag/actions/components.class.php
r2668 r2684 76 76 77 77 public function executeGlobalActivite() { 78 $this->itag = null; 79 if (myTools::isFinLegislature()) 80 return ; 81 78 82 $ids = Doctrine::getTable('Intervention')->createQuery('i') 79 83 ->select('i.id')
Note: See TracChangeset
for help on using the changeset viewer.