Example #1
0
echo rex_tabindex();
?>
>yakamara.de</a></li><li><a href="http://www.redaxo.org" onclick="window.open(this.href); return false;"<?php 
echo rex_tabindex();
?>
>redaxo.org</a></li><li><a href="http://www.redaxo.org/de/forum" onclick="window.open(this.href); return false;"<?php 
echo rex_tabindex();
?>
>www.redaxo.org/de/forum</a></li><?php 
if (isset($REX['USER'])) {
    echo '<li><a href="index.php?page=credits">' . $I18N->msg('credits') . '</a></li>';
}
?>
</ul>
            <p id="rex-scripttime"><!--DYN--><?php 
echo rex_showScriptTime();
?>
 sec | <?php 
echo rex_formatter::format(time(), 'strftime', 'date');
?>
<!--/DYN--></p>
        </div>
    </div>

    <div id="rex-extra"></div>
    <div id="rex-redaxo-link"><p><a href="./" title="Wohin verlinke ich?">Wohin verlinke ich?</a></p></div>

    </div><!-- END #rex-website -->
     <!-- keep session alive -->
     <script type="text/javascript">
                if (!jQuery(document.body).is('#rex-page-login')) {
Example #2
0
function showScripttime()
{
    rex_showScriptTime();
}