From c8d82e65cad7a08635c5c5aa7f00824b11951c00 Mon Sep 17 00:00:00 2001 From: Wojciech Polak Date: Sat, 30 Jul 2005 19:24:15 +0000 Subject: version 1.9 --- config.php | 9 ++++++++- 1 file changed, 8 insertions(+), 1 deletion(-) (limited to 'config.php') diff --git a/config.php b/config.php index 54ac3db..ef22460 100644 --- a/config.php +++ b/config.php @@ -6,7 +6,6 @@ $site = 'http://your.site.name'; $weblogdir = 'blogright'; $imagedir = 'blogright/graphics'; $photodir = 'blogright/photos'; -$gscript = ''; $charsetEncoding = 'UTF-8'; @@ -19,12 +18,20 @@ $orderfile = '.order'; // [optional] order file name $header_file = 'templates/header.html'; $footer_file = 'templates/footer.html'; +// Webxiangpianbu +$gscript = ''; // empty means index.(html|php) +$defaultGallery = 'photoblog'; +$thumbnailPrefix['default'] = 'small/small-'; +$thumbnailPrefix['photoblog'] = 'photoblog/small/small-'; + +// RSS $rssTitle = "RSS Title"; $rssDescription = "Some descriptive title"; $rssCopyright = "Your Name"; $rssEditor = "Editor Name"; $rssLanguage = "qu"; // Two-letter language code as per ISO 639 +// Calendar $calendarEmptyMonths = false; $calendarVertical = false; -- cgit v1.2.1