if($cat=="seite-suchen"){ $lsuche=' class="curred"'; }else{ $lsuche=""; }
if($cat=="hilfe-seite"){ $lhelp=' class="curred"'; }else{ $lhelp=""; }

}elseif($_GET['m']==2){
# Kategorien
$p_name        = get_alias_to_cat_title($cat);
$p_title       = get_alias_to_cat_title($cat);
$p_content     = get_alias_to_cat_beschreibung($cat);
$p_keywords    = get_alias_to_cat_metakeywords($cat);
$p_description = get_alias_to_cat_metadescription($cat);

}elseif($_GET['m']==3){
# Sub Kategorien
$p_name        = get_alias_to_cat_title($cat);
$p_title       = get_alias_to_cat_title($cat);
$p_content     = get_alias_to_cat_beschreibung($cat);
$p_keywords    = get_alias_to_cat_metakeywords($cat);
$p_description = get_alias_to_cat_metadescription($cat);

}elseif($_GET['m']==4){
# Details
$p_name        = get_link_title_by_id(getUrlBack($cat));
$p_title       = get_link_title_by_id(getUrlBack($cat));
$p_url         = get_link_url_by_id(getUrlBack($cat));
$p_content     = get_link_beschreibung_by_id(getUrlBack($cat));
$p_keywords    = get_link_keywords_by_id(getUrlBack($cat));
$p_description = get_link_beschreibung_by_id(getUrlBack($cat));
}elseif($_GET['m']==5){
# Details
$p_name        = "Eintag Bearbeiten";
$p_title       = "Eintag Bearbeiten - ".get_link_url_by_id(getUrlBack($cat));
####################################
#
# COPYRIGHT BY Sebastian Harke 2010
#
####################################
?>
<div id="cont_box">
<div id="headline">
<div id="headline_left"><img src="templates/<?php 
echo get_aktiv_layout_data(layout_path);
?>
images/sign.gif" border="0" /></div>
<div id="headline_right"><h1><? echo get_alias_to_cat_title($cat); ?></h1></div>
</div>
<br clear="left" />
<p><? echo get_alias_to_cat_beschreibung($cat); ?></p>
</div>
<br />

<div id="cont_box">
<div id="headline">
<div id="headline_left"><img src="templates/<?php 
echo get_aktiv_layout_data(layout_path);
?>
images/sign.gif" border="0" /></div>
<div id="headline_right"><h1>Seiten von: <? echo get_alias_to_cat_title($cat); ?> im Webkatalog</h1></div>
</div>
<br clear="left" />
</div>

<br />