Changeset 1465
- Timestamp:
- Sep 28, 2010, 11:58:40 AM (10 years ago)
- Location:
- cpc/trunk/project
- Files:
-
- 16 added
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
cpc/trunk/project/apps/frontend/templates/layout.php
r1384 r1465 36 36 ?> 37 37 <link rel="shortcut icon" href="/favicon.ico" /> 38 <?php echo stylesheet_tag($style.'/jquery-ui-1.8.5.custom.css'); ?> 38 39 <?php echo stylesheet_tag($style.'/style.css'); ?> 39 40 <?php echo stylesheet_tag($style.'/print', array('media' => 'print')); ?> … … 46 47 <![endif]--> 47 48 <?php echo javascript_include_tag('jquery-1.4.2.min.js'); ?> 49 <?php echo javascript_include_tag('jquery-ui-1.8.5.custom.min.js'); ?> 48 50 <?php echo javascript_include_tag('fonctions.js'); ?> 49 51 </head>
Note: See TracChangeset
for help on using the changeset viewer.