aboutsummaryrefslogtreecommitdiff
path: root/config.php
diff options
context:
space:
mode:
authorWojciech Polak <polak@gnu.org>2005-07-30 19:24:15 +0000
committerWojciech Polak <polak@gnu.org>2005-07-30 19:24:15 +0000
commitc8d82e65cad7a08635c5c5aa7f00824b11951c00 (patch)
treedab5ed9be14bd4a8c10bc87bc4dd48a4f3130596 /config.php
parent42b3bcd0430f5db7cacf5a25c198b028a06f87b5 (diff)
downloadblogright-c8d82e65cad7a08635c5c5aa7f00824b11951c00.tar.gz
blogright-c8d82e65cad7a08635c5c5aa7f00824b11951c00.tar.bz2
version 1.9
Diffstat (limited to 'config.php')
-rw-r--r--config.php9
1 files changed, 8 insertions, 1 deletions
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;

Return to:

Send suggestions and report system problems to the System administrator.