drupal-civicrm/sites/all/modules/civicrm/packages/kcfinder/tpl/tpl_css.php

7 lines
377 B
PHP
Raw Normal View History

2018-01-14 15:10:16 +02:00
<link href="css/index.php" rel="stylesheet" type="text/css" />
<style type="text/css">
div.file{width:<?php echo $this->config['thumbWidth'] ?>px;}
div.file .thumb{width:<?php echo $this->config['thumbWidth'] ?>px;height:<?php echo $this->config['thumbHeight'] ?>px}
</style>
<link href="themes/<?php echo $this->config['theme'] ?>/css.php" rel="stylesheet" type="text/css" />