moodblog/templates/unused_config.php

17 lines
507 B
PHP
Raw Normal View History

2022-11-17 18:23:43 +00:00
<?php
$version="v0.0-dev";
$rootdir="/var/www/moodblog";
$url="http://192.168.8.222:2202";
$style="glazed-gray.css"; // This would be a file located in your /css folder
$blog_title="Example User's blog created with moodblog";
$short_blog_title="Example moodblog"; // String used in <title>
$username="User";
$tagline='"Sample tagline, not necessarily surrounded with quotes"';
$more_info="IRC Nickname: Example
E-Mail: example@example.com
Interests: Being an example, writing Lorem Ipsum-type texts";
?>