<?php
include('inc/array.glossar.php');
include('inc/subpage.glossar.php');
include('inc/process.subpage.php');
$_content =  get_glossar_subpage();
echo $_content;
?>