<?php // part of orsee. see orsee.org echo '<BR><BR><BR>'; if ($settings['support_mail']) { echo '<center> <P class="small" align=center>'; echo lang('for_questions_contact_xxx'); echo ' '; helpers__scramblemail($settings['support_mail']); echo $settings['support_mail']; echo '</A>'; echo '.<BR><BR><BR></CENTER>'; } debug_output(); html__show_style_footer('public'); html__footer();
<?php // part of orsee. see orsee.org if ($proceed) { echo ' <br><BR><BR> <center>'; if (!preg_match("(admin_login|admin_logout|index.php)", thisdoc())) { echo ' ' . icon('home', 'index.php') . '<A href="index.php">' . lang('mainpage') . '</a> <BR><BR> '; } if (!preg_match("(admin_login|admin_logout)", thisdoc())) { echo '<A href="admin_logout.php">' . icon('logout') . '<FONT COLOR=RED>' . lang('logout') . '</FONT></A>'; } echo '<BR><BR></center>'; debug_output(); html__show_style_footer('admin'); html__footer(); }