Files
tilman.de/www/uni/diplomarbeit/index.php
T
2011-10-26 10:11:42 +02:00

24 lines
803 B
PHP

<?php
$access_restricted = false;
include_once($_SERVER['DOCUMENT_ROOT'].'/daten/php/startup.php');
$pagetitle = 'Diplomarbeit';
$breadcrumb = '&#8222;Konzeptionierung und Implementierung eines Blogsystems auf Basis von Wissensnetzen&#8220;';
$keywords = 'Knowledge Blog, Link-Together, Flex, FlexGraph, MediaWiki-Roamer';
// $description = '';
include_once($_SERVER['DOCUMENT_ROOT'].'/daten/php/pageheader.php');
?>
<div class="content">
<span style="font-weight: bold;">Diplomarbeit</span>
<h1 style="font-size: 150%;">&#8222;Konzeptionierung und<br/>Implementierung eines Blogsystems<br/>auf Basis von Wissensnetzen&#8220;</h1>
<p>
<span style="font-style: italic">soon to come...</span>
</p>
</div>
<?php
include_once($_SERVER['DOCUMENT_ROOT'].'/daten/php/pagefooter.php');
?>