27 lines
377 B
PHP
27 lines
377 B
PHP
<?php
|
|
include("include/header.php");
|
|
include("include/settings.php");
|
|
session_start();
|
|
|
|
?>
|
|
<!DOCTYPE html>
|
|
<html>
|
|
<head>
|
|
|
|
<title>Config | LibreCat</title>
|
|
<?php include("themes/$theme_name/config.php"); ?>
|
|
|
|
</head>
|
|
<body>
|
|
|
|
<h1>Config</h1>
|
|
|
|
<p>
|
|
For now this section is under construction, but
|
|
I have activated it to log vinculate accounts with
|
|
Twitter.
|
|
</p>
|
|
|
|
</body>
|
|
</html>
|