1
0
mirror of https://github.com/danbee/neompc synced 2025-03-04 08:39:10 +00:00
neompc/templates/impc/config.inc.php
2010-07-19 17:48:02 +01:00

14 lines
276 B
PHP
Executable File

<?php
$_CONFIG['smarty_left_delimiter'] = '{:';
$_CONFIG['smarty_right_delimiter'] = ':}';
$_CONFIG['album_cover_size'] = 130;
$_CONFIG['progress_bar_width'] = 276;
$_CONFIG['volume_orientation'] = 'v';
$_CONFIG['volume_max'] = 0;
$_CONFIG['volume_min'] = 100;
?>