Archived
1
0

added basic code to show the template

This commit is contained in:
nilsding
2014-08-18 14:51:00 +02:00
parent a54b2d5a6c
commit 2dfe16ef36
5 changed files with 51 additions and 4 deletions

View File

@@ -0,0 +1,23 @@
<?php
/* This file is part of 3words
*
* (c) 2014 Leafcat Coding -- http://leafc.at
*
* License: AGPLv3, see LICENSE for full license text
*
* This file was touched by:
* - nilsding <nilsding@nilsding.org>
*
* Oh, and before I forget...
* ________ __________ __ ____ __ ______
* / ____/ / / / ____/ //_/ / __ \/ / / / __ \
* / /_ / / / / / / ,< / /_/ / /_/ / /_/ / with
* / __/ / /_/ / /___/ /| | / ____/ __ / ____/ a
* /_/ \____/\____/_/ |_| /_/ /_/ /_/_/ cactus!
*
* Thanks for listening.
*/
include_once 'config.php';
$tpl->draw("index");