You cannot select more than 25 topics
Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
7 lines
377 B
PHTML
7 lines
377 B
PHTML
8 years ago
|
<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" />
|