diff options
Diffstat (limited to 'lib/conf/blog.php')
-rw-r--r-- | lib/conf/blog.php | 8 |
1 files changed, 8 insertions, 0 deletions
diff --git a/lib/conf/blog.php b/lib/conf/blog.php new file mode 100644 index 0000000..bb2ef09 --- /dev/null +++ b/lib/conf/blog.php @@ -0,0 +1,8 @@ +<?php + +$blog_title = "What people write"; + +// Used for the ATOM feed generation. +$blog_base_url = "http://localhost/alex.auvolat/"; + + |