mirror of
https://github.com/jimeh/dlist.git
synced 2026-02-19 07:56:41 +00:00
Incorporated an OSS license:
The GNU General Public License (GPL) Version 2, June 1991 git-svn-id: file:///Users/jimeh/Desktop/dlist/trunk@24 a5845835-ea0f-0410-a762-dd0bfe9bfde8
This commit is contained in:
@@ -50,6 +50,7 @@ $config = array(
|
||||
|
||||
# show thumbnails for JPEG and PNG images?
|
||||
'thumbnails' => true,
|
||||
'thumb_pattern' => '/jpg|jpeg|jpe|png$/i',
|
||||
|
||||
# Smart Date shows relative time stamps ("Yesterday, 09:34") when applicable
|
||||
'smartdate' => true,
|
||||
@@ -60,7 +61,7 @@ $config = array(
|
||||
|
||||
// Template & Icon settings
|
||||
|
||||
'template' => 'simple',
|
||||
'template' => 'slik',
|
||||
'iconset' => 'osx',
|
||||
'allow_override' => true,
|
||||
|
||||
@@ -72,7 +73,7 @@ $config = array(
|
||||
'path_plugins' => array('plugins'),
|
||||
'path_cache' => 'cache',
|
||||
|
||||
'req_lang_ver' => '1.0.7',
|
||||
'req_lang_ver' => '1.0.8',
|
||||
|
||||
|
||||
|
||||
|
||||
Reference in New Issue
Block a user