Skip to content
This repository has been archived by the owner on Nov 20, 2024. It is now read-only.

Commit

Permalink
Added the sample config back in
Browse files Browse the repository at this point in the history
  • Loading branch information
PHLAK committed Sep 9, 2011
1 parent 420bfc5 commit 65d5aa1
Showing 1 changed file with 25 additions and 0 deletions.
25 changes: 25 additions & 0 deletions resources/sample.galleryConfig.ini
Original file line number Diff line number Diff line change
@@ -0,0 +1,25 @@
; This is the default UberGallery config file. Copy this file to galleryConfig.php
; and change the following values to customize your gallery.

[basic_settings]

cache_expiration = 0 ; Cache expiration time (in minutes)

enable_pagination = false ; Set to 'true' to enable pagination

thumbnail_size = 100 ; Thumbnail size (in pixels)

theme_name = uber-blue ; Theme used to style the gallery


[advanced_settings]

cache_directory = cache ; Cache directory name

images_per_page = 24 ; Images displayed per page, requires
; enable_pagination be set to 'true'

images_sort_by = natcasesort ; Method used to sort image array
; Available sorting options include:
; asort, arsort, ksort, krsort,
; natcasesort, natsort, shuffle

0 comments on commit 65d5aa1

Please sign in to comment.