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 |
<!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" lang="de" xml:lang="de"> <head> <link rel="shortcut icon" href="../includes/templates/rswebmedia/images/favicon.ico" type="image/x-icon" /> <?php page_header(); ?> <meta http-equiv="Content-Type" content="text/html; charset=iso-8859-1" /> </head> <body> <div align="center"> <div id="top"></div> <div id="header"> <img src="images/header.png" width="974" height="101" border="0"> </div> <div id="menu"> <?php page_logo(); ?> </div> <table width="974" border="0" cellspacing="0" cellpadding="0" bgcolor="#070707"> <tr> <td id="content" align="left"> <?php page_content(); ?> </td> <td width="203" valign="top"> <div align="right"> <div id="status"></div> <div id="status_content"></div> <div id="projekt"></div><div id="projekt_content"> <?php page_load_addon("lastportfolio"); ?> </div> </div> </td> </tr> </table> <div id="footer"> <table width="100%" cellpadding="0" cellspacing="0" border="0"> <tr> <td align="left" id="footer_in"><?php page_counter(); ?></td> <td width="650" align="left" id="footer_in"><?php page_footer(); ?> | <a href="../admin">Adminlogin</a></td> </tr> </table> </div> </div> </body> </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 |
<!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" lang="de" xml:lang="de"> <head> <link rel="shortcut icon" href="../includes/templates/rswebmedia/images/favicon.ico" type="image/x-icon" /> <?php page_header(); ?> <meta http-equiv="Content-Type" content="text/html; charset=iso-8859-1" /> </head> <body> <div align="center"> <div id="top"></div> <div id="header"> <?php page_logo(); ?> </div> <div id="menu"> <?php page_dropdown("0"); ?> </div> <table width="974" border="0" cellspacing="0" cellpadding="0" bgcolor="#070707"> <tr> <td id="content" align="left"> <?php page_content(); ?> </td> <td width="203" valign="top"> <div align="right"> <div id="status"></div> <div id="status_content"></div> <div id="projekt"></div><div id="projekt_content"> <?php page_load_addon("lastportfolio"); ?> </div> </div> </td> </tr> </table> <div id="footer"> <table width="100%" cellpadding="0" cellspacing="0" border="0"> <tr> <td align="left" id="footer_in"><?php page_counter(); ?></td> <td width="650" align="left" id="footer_in"><?php page_footer(); ?> | <a href="../admin">Adminlogin</a></td> </tr> </table> </div> </div> </body> </html> |
PHP-Quelltext |
|
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 |
<!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" lang="de" xml:lang="de">
<head>
<link rel="shortcut icon" href="../includes/templates/rswebmedia/images/favicon.ico" type="image/x-icon" />
<?php page_header(); ?>
<meta http-equiv="Content-Type" content="text/html; charset=iso-8859-1" />
</head>
<body>
<div align="center">
<div id="top"></div>
<div id="header">
<a href="index.php"><img src="includes/upload/header.png" alt="rs-webmedia.de" /></a>
</div>
<div id="menu">
<?php page_dropdown("0"); ?>
</div>
<table width="974" border="0" cellspacing="0" cellpadding="0" bgcolor="#070707">
<tr>
<td id="content" align="left">
<?php page_content(); ?>
</td>
<td width="203" valign="top">
<div align="right">
<div id="status"></div>
<div id="status_content"></div>
<div id="projekt"></div><div id="projekt_content">
<?php page_load_addon("lastportfolio"); ?>
</div>
</div>
</td>
</tr>
</table>
<div id="footer">
<table width="100%" cellpadding="0" cellspacing="0" border="0">
<tr>
<td align="left" id="footer_in"><?php page_counter(); ?></td>
<td width="650" align="left" id="footer_in"><?php page_footer(); ?> | <a href="../admin">Adminlogin</a></td>
</tr>
</table>
</div>
</div>
</body>
</html>
|
Quellcode |
|
1 |
Fatal error: Call to undefined function page_header() in /usr/export/www/vhosts/funnetwork/hosting/reback/includes/templates/rsdesigns/index.html on line 5 |