예제 #1
0
파일: footer.php 프로젝트: kfarr2/orsee
<?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();
예제 #2
0
파일: footer.php 프로젝트: danorama/orsee
<?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();
}