22 lines
848 B
PHP
22 lines
848 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 /> <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 />
|
|
Rink und Steinle GbR<br />
|
|
Im Gässele 8<br />
|
|
89079 Unterweiler
|
|
</p>
|
|
</div>
|