Changeset 1617
- Timestamp:
- Oct 4, 2010, 12:43:36 AM (10 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
cpc/trunk/project/apps/frontend/modules/circonscription/templates/showSuccess.php
r1545 r1617 1 1 <h1>Les députés par circonscription</h1> 2 <div id="carte_circo"> 2 3 <h2><?php echo $circo.' ('.$departement_num.')'; ?></h2> 3 4 <?php $sf_response->setTitle($circo.' ('.$departement_num.') : Les députés par circonscription'); ?> … … 7 8 <?php include_partial('parlementaire/table', array('deputes' => $parlementaires, 'circo' => $departement_num)); ?> 8 9 </div> 10 </div>
Note: See TracChangeset
for help on using the changeset viewer.