Changeset 2649 for cpc/trunk/project/apps/frontend/templates
- Timestamp:
- Apr 4, 2012, 12:30:37 AM (9 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
cpc/trunk/project/apps/frontend/templates/layout.php
r2648 r2649 38 38 <link rel="search" href="<?php echo $sf_request->getRelativeUrlRoot(); ?>/nosdeputesfr.xml" title="Rechercher sur NosDéputés.fr" type="application/opensearchdescription+xml" /> 39 39 <?php echo stylesheet_tag($style.'/jquery-ui-1.8.5.custom.css'); ?> 40 <?php echo stylesheet_tag($style.'/style. v.2584.css'); ?>40 <?php echo stylesheet_tag($style.'/style.css'); ?> 41 41 <?php echo stylesheet_tag($style.'/print', array('media' => 'print')); ?> 42 42 <!--[if lte IE 6]> … … 122 122 </div> 123 123 </div> 124 <div style="text-align: center; margin-top: 27px;"><h2><a href="/ confiseurs/2011/">Consultez notre étude 2010 — 2011 sur les sanctions relatives à la présence des députés!</a></h2></div>124 <div style="text-align: center; margin-top: 27px;"><h2><a href="/simplifions-la-loi">Participez aux débats « Simplifions la loi 2.0 » !</a></h2></div> 125 125 </div> 126 126 <div id="corps_page"> … … 144 144 </div> 145 145 </div> 146 <script type="text/javascript">147 // Google148 var _gaq = _gaq || [];149 _gaq.push(['_setAccount', 'UA-10423931-2']);150 _gaq.push(['_trackPageview']);151 (function() {152 var ga = document.createElement('script'); ga.type = 'text/javascript'; ga.async = true;153 ga.src = ('https:' == document.location.protocol ? 'https://ssl' : 'http://www') + '.google-analytics.com/ga.js';154 var s = document.getElementsByTagName('script')[0]; s.parentNode.insertBefore(ga, s);155 })();156 </script>157 146 </body> 158 147 </html>
Note: See TracChangeset
for help on using the changeset viewer.