Update of /cvsroot/php-blog/jBlog
In directory sc8-pr-cvs1:/tmp/cvs-serv31563
Modified Files:
jBlog_config_local.tpl
Log Message:
add new variables
Index: jBlog_config_local.tpl
===================================================================
RCS file: /cvsroot/php-blog/jBlog/jBlog_config_local.tpl,v
retrieving revision 1.4
retrieving revision 1.5
diff -u -d -r1.4 -r1.5
--- jBlog_config_local.tpl 13 Mar 2003 18:37:07 -0000 1.4
+++ jBlog_config_local.tpl 13 Mar 2003 18:55:08 -0000 1.5
@@ -10,6 +10,7 @@
$jBlog["dbPass"] = "{dbPass|string|jBlog}"; // Password
$jBlog["dbName"] = "{dbName|string|jBlog}"; // Name of your database
$jBlog["dbPrefix"] = "{dbPrefix|string|jBlog_}"; // Prefix for the table names, i.e. jBlog_
+$jBlog["dbType"] = "{dbType|string|mysql}"; // Type of database to use
// Paths (note: don't forget trailing slashes for directories!!!!)
$jBlog["jBlogPath"] = "{jBlogPath|string|/www/apache/htdocs/htdocs/jBlog/}"; // Here you need all the *.inc.php.
@@ -24,6 +25,7 @@
$jBlog["email"] = "{email|string|j}"; // Email for admin login
$jBlog["want_mail"] = {want_mail|bool|true}; // Do you want to receive emails when comments are posted to your jBlog?
$jBlog["wysiwyg"] = {wysiwyg|bool|true}; // Do you want to use the WYSIWYG editor?
+$jBlog["layout_mode"] = "{layout_mode|string|table}"; // Layout mode
$jBlog["blogTitle"] = "{blogTitle|string|Foo Bar}"; // Site title
$jBlog["blogDescription"] = "{blogDescription|string|Welcome to Foobarblog}"; // Description of your blog
@@ -34,5 +36,5 @@
$jBlog["magick"] = {magick|bool|true}; // Do you have image magick installed
$jBlog["convert"] = "{convert|string|/usr/local/bin/convert}"; // Full path & name of your convert binary
$jBlog["thumbSuffix"] = "{thumbSuffix|string|jBlogThumb}"; // Thumbnails will be named original.Suffix.ext
-$jBlog["thumbSize"] = {thumbSize|int|110}; // Maximum dimension of thumbnails
+$jBlog["thumbSize"] = "{thumbSize|int|110}"; // Maximum dimension of thumbnails
?>
|