[ Index ] |
PHP Cross Reference of osCMax 2.0.4 |
[Summary view] [Print] [Text view]
1 <?php 2 /* 3 $Id: logoff.php 3 2006-05-27 04:59:07Z user $ 4 5 osCMax Power E-Commerce 6 http://oscdox.com 7 8 Copyright 2009 osCMax 9 10 Released under the GNU General Public License 11 */ 12 13 require ('includes/application_top.php'); 14 15 @include(DIR_WS_LANGUAGES . $language . '/' . FILENAME_LOGOFF); 16 17 //tep_session_destroy(); 18 tep_session_unregister('login_id'); 19 tep_session_unregister('login_username'); 20 tep_session_unregister('login_groups_id'); 21 22 ?> 23 <!doctype html public "-//W3C//DTD HTML 4.01 Transitional//EN"> 24 <html <?php echo HTML_PARAMS; ?>> 25 <head> 26 <meta http-equiv="Content-Type" content="text/html; charset=<?php echo CHARSET; ?>"> 27 <title><?php echo TITLE; ?></title> 28 <link rel="stylesheet" type="text/css" href="style.css"> 29 </head> 30 <body marginwidth="0" marginheight="0" topmargin="0" bottommargin="0" leftmargin="0" rightmargin="0" bgcolor="#FFFFFF"> 31 32 <table border="0" width="600" height="100%" cellspacing="0" cellpadding="0" align="center" valign="middle"> 33 <tr> 34 <td><table border="0" width="600" height="440" cellspacing="0" cellpadding="1" align="center" valign="middle"> 35 <tr bgcolor="#000000"> 36 <td><table border="0" width="600" height="440" cellspacing="0" cellpadding="0"> 37 <tr bgcolor="#ffffff" height="50"> 38 <td height="50"><?php echo '<a href="http://www.oscmax.com">' . tep_image(DIR_WS_IMAGES . 'oscmax-logo.png', 'osCMax v2.0', '85', '80') . '</a>'; ?></td> 39 <td align="right" class="text" nowrap><?php echo ' <a href="http://www.aabox.com" target="_blank" class="headerLink">osCMax Hosting</a> | <a href="http://www.oscdox.com" class="headerLink">' . HEADER_TITLE_OSCDOX . '</a> | <a href="' . tep_href_link(FILENAME_DEFAULT) . '">' . HEADER_TITLE_ADMINISTRATION . '</a> | <a href="' . tep_catalog_href_link() . '">' . HEADER_TITLE_ONLINE_CATALOG . '</a>'; ?> </td> 40 </tr> 41 <tr bgcolor="#E7E7E7"> 42 <td colspan="2" align="center" valign="middle"> 43 <table width="280" border="0" cellspacing="0" cellpadding="2"> 44 <tr> 45 <td class="login_heading" valign="top"><b><?php echo HEADING_TITLE; ?></b></td> 46 </tr> 47 <tr> 48 <td class="login_heading"><?php echo TEXT_MAIN; ?></td> 49 </tr> 50 <tr> 51 <td class="login_heading" align="right"><?php echo '<a class="login_heading" href="' . tep_href_link(FILENAME_LOGIN, '', 'SSL') . '">' . tep_image_button('button_back.gif', IMAGE_BACK) . '</a>'; ?></td> 52 </tr> 53 <tr> 54 <td colspan="2"><?php echo tep_draw_separator('pixel_trans.gif', '100%', '30'); ?></td> 55 </tr> 56 </table> 57 </td> 58 </tr> 59 </table> 60 </td> 61 </tr> 62 <tr> 63 <td><?php require (DIR_WS_INCLUDES . 'footer.php'); ?></td> 64 </tr> 65 </table> 66 </td> 67 </tr> 68 </table> 69 70 </body> 71 72 </html>
title
Description
Body
title
Description
Body
title
Description
Body
title
Body
Generated: Fri Jan 1 13:43:16 2010 | Cross-referenced by PHPXref 0.7 |