moodblog/templates/config.def.php
2022-11-17 20:28:01 +02:00

20 lines
733 B
PHP

<?php
$version="v0.0-dev";
$copyright_date="2022";
$url="http://127.0.0.1";
$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!
$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";
?>