mirror of
https://github.com/danbee/neompc
synced 2025-03-04 08:39:10 +00:00
10 lines
175 B
PHP
10 lines
175 B
PHP
<?php
|
|
|
|
$_CONFIG['smarty_left_delimiter'] = '{:';
|
|
$_CONFIG['smarty_right_delimiter'] = ':}';
|
|
|
|
$_CONFIG['album_cover_size'] = 130;
|
|
$_CONFIG['progress_bar_width'] = 276;
|
|
|
|
?>
|