1
0
mirror of https://github.com/danbee/neompc synced 2025-03-04 08:39:10 +00:00
neompc/templates/default/config.inc.php
Dan Barber ae099798db ~ Control screen is now Ajax based.
+ Added repeat button.
+ Started work on volume control.
2010-01-11 09:43:47 +00:00

10 lines
175 B
PHP

<?php
$_CONFIG['smarty_left_delimiter'] = '{:';
$_CONFIG['smarty_right_delimiter'] = ':}';
$_CONFIG['album_cover_size'] = 130;
$_CONFIG['progress_bar_width'] = 276;
?>