moodblog/templates/config.def.php

22 lines
770 B
PHP
Raw Normal View History

2022-11-17 18:23:43 +00:00
<?php
$version="v0.0-dev";
$copyright_date="2022";
2022-11-17 18:28:01 +00:00
$url="http://127.0.0.1";
2022-11-17 18:23:43 +00:00
$root=$url.""; // If moodblog is located in a subdirectory, you'll want to change this.
$style="glazed-gray.css"; // This would be a file located in your /css folder
$charset="UTF-8"; // If you don't know what this is, leave it be!
$lang="en-us";
$password="password";
2022-11-17 18:23:43 +00:00
$blog_title="Example User's blog created with moodblog"; // Title shown in the bio window
$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, ReplacingSpacesWithNothingToDemonstrateLineWrapping";
?>