openrat-cms

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

structure.php (324B)


      1 <?php if (!defined('OR_TITLE')) die('Forbidden'); ?>
      2 	<?php $if2=(isset($text)); if($if2){?>
      3 		<div class="structure">
      4 			<?php $doc = new DocumentElement();$tmp_text = $text;if( !is_array($tmp_text))$tmp_text = explode("\n",$tmp_text);$doc->parse($tmp_text);echo $doc->render('application/html-dom');?>
      5 		</div>
      6 	<?php } ?>