Quellcode |
|
1 |
<?php page_footer(); ?> |
Quellcode |
|
1 2 3 4 5 6 7 8 |
page_footer(); echo "</td>\n"; echo "</tr>\n"; echo "</table>\n\n"; echo "</body>\n"; echo "</html>"; |
Quellcode |
|
1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 21 22 23 24 25 26 27 28 29 30 31 32 33 34 35 36 37 38 39 40 41 42 43 44 45 46 47 48 49 50 51 52 53 54 55 56 57 58 59 60 61 62 63 64 65 66 67 68 69 70 71 72 73 74 75 76 77 78 79 80 81 82 83 84 85 |
<!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Transitional//EN" "http://www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd"> <html xmlns="http://www.w3.org/1999/xhtml" xml:lang="de" lang="de"> <head> <?php page_header(); ?> <!-- || Template powered by cms2day - www.cms2day.de || --> </head> <body id="top"> <div id="layer"> <div id="container"> <div id="header"> <table style="width: 770px; height: 140px;" cellspacing="0" cellpadding="0" summary="text"> <tr> <td width="50%" align="left" valign="middle" height="94"><?php page_logo(); ?></td> <td width="50%" align="right" valign="middle" height="94" class="claims"><?php page_claim(); ?></td> </tr> <tr> <td colspan="2" width="100%" align="right" height="50"><div id="datum"><?php page_datum(); ?></div></td> </tr> </table> </div> <div id="menulayer"> <img src="<?php template_dir(); ?>/excution/images/menu.png" alt="" border="0" /> <div id="menu"> <?php page_menu("0"); ?> </div> </div> <div id="content"> <div id="seite"> <?php page_seite(); ?> </div> <div id="text"> <?php page_content(); ?> </div> </div> </div> <div id="footer"> <a href="#top" class="seitenanfang" title="Zum Seitenanfang scrollen"><?php page_counter(); ?></a> <span><?php page_footer(); ?></span> </div> </div> </body> </html> <!-- CMS powered by cms2day - http://www.cms2day.de --> |
Quellcode |
|
1 2 |
<!--[if lt IE 7]> <script type="text/javascript" src="http://www.stefan--klein.de/includes/misc/pngfix.js"></script> |
Quellcode |
|
1 2 |
<link rel="stylesheet" type="text/css" href="http://www.stefan--klein.de/includes/templates/excution/css/ie6.css" title="Default Style" /> <![endif]--> |