comparison develop/index.php @ 10:54a235d43694

add topic choosing in the TaggingText page
author Zoe Hong <zhong@mpiwg-berlin.mpg.de>
date Tue, 10 Feb 2015 16:20:29 +0100
parents da10158c6d0a
children e82ca7375e93
comparison
equal deleted inserted replaced
9:584b1623e9ef 10:54a235d43694
13 13
14 <script src="../../js/taggingtext.js"></script> 14 <script src="../../js/taggingtext.js"></script>
15 </head> 15 </head>
16 <body> 16 <body>
17 <?php 17 <?php
18 header("Content-Type: text/html;charset=utf-8");
18 19
19 // configiration 20 // system configiration
20 include_once('config/Lib_mb_utf8.php'); 21 include_once('config/Lib_mb_utf8.php');
21 include_once('config/config.php'); 22 include_once('config/config.php');
22 23
23 // require the general classes 24 // require the general classes
24 require("classes/loader.php"); 25 require("classes/loader.php");