24 lines
803 B
PHP
24 lines
803 B
PHP
<?php
|
|
$access_restricted = false;
|
|
include_once($_SERVER['DOCUMENT_ROOT'].'/daten/php/startup.php');
|
|
|
|
$pagetitle = 'Diplomarbeit';
|
|
$breadcrumb = '„Konzeptionierung und Implementierung eines Blogsystems auf Basis von Wissensnetzen“';
|
|
$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%;">„Konzeptionierung und<br/>Implementierung eines Blogsystems<br/>auf Basis von Wissensnetzen“</h1>
|
|
<p>
|
|
<span style="font-style: italic">soon to come...</span>
|
|
</p>
|
|
|
|
</div>
|
|
|
|
<?php
|
|
include_once($_SERVER['DOCUMENT_ROOT'].'/daten/php/pagefooter.php');
|
|
?>
|