Changeset 1309
- Timestamp:
- Aug 30, 2010, 2:23:32 AM (11 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
cpc/trunk/project/apps/frontend/templates/layout.php
r1257 r1309 37 37 <link rel="shortcut icon" href="/favicon.ico" /> 38 38 <?php echo stylesheet_tag($style.'/style.css'); ?> 39 <?php echo stylesheet_tag($style.'/print' ); ?>39 <?php echo stylesheet_tag($style.'/print', array('media' => 'print')); ?> 40 40 <!--[if lte IE 6]> 41 41 <?php echo stylesheet_tag($style.'/ie6'); ?>
Note: See TracChangeset
for help on using the changeset viewer.