openrat-cms

OpenRat Content Management System
git clone http://git.code.weiherhei.de/openrat-cms.git
Log | Files | Refs

structure.php (212B)


      1 <?php if (defined('OR_TITLE')) {  ?>
      2   
      3     <?php $if1=(isset($text)); if($if1) {  ?>
      4       <div class="<?php echo escapeHtml('structure') ?>"><?php echo escapeHtml('') ?>
      5       </div>
      6      <?php } ?>
      7  <?php } ?>