Files
startup/inhalte/header.php

26 lines
864 B
PHP

<?php
if ($_SESSION['Firma']['KfZ'])
{
echo "<img src=\"img/kfz_logo.png\" alt=\"RIST - Rink und Steinle GbR\" title=\"RIST - Rink und Steinle GbR\" />\n";
}
else
{
echo "<img src=\"img/rist_logo.png\" alt=\"RIST - Rink und Steinle GbR\" title=\"RIST - Rink und Steinle GbR\" />\n";
}
?>
<div id="righticons">
<a href="index.php?section=logout"><img src="img/off.png" alt="Logout" title="Logout"/></a>
<br/>&nbsp;<br/>
<a href="index.php?section=doku"><img src="img/small_doku.png" alt="Dokumentation im pdf-Format" title="Dokumentation im pdf-Format"/></a>
<a href="index.php?section=faq"><img src="img/small_help.png" alt="FAQ auf der R!ST-Homepage" title="FAQ auf der R!ST-Homepage"/></a>
</div>
<div id="right">
<p>
R!ST<br/>
CS medien- & kommunikationssysteme<br/>
Christian Steinle<br/>
Geilsinger Str. 14<br/>
73312 Geislingen
</p>
</div>