PHP Classes

File: templates/file_view.php

Recommend this page to a friend!
  Classes of stefan   PHP XML Converter   templates/file_view.php   Download  
File: templates/file_view.php
Role: Example script
Content type: text/plain
Description: Example script
Class: PHP XML Converter
Transform Indesign to eBundesanzeiger XML format
Author: By
Last change:
Date: 1 year ago
Size: 337 bytes
 

Contents

Class file image Download
<h2><?php echo $this->_['title']; ?></h2>
    <a href="?view=overview">Zur&uuml;ck zur &Uuml;bersicht</a>
    <hr />
    <p>
        <?php echo $this->_['xmlview']; ?>
</p>
    <hr />
    <p>
            <?php echo print_r($this->_['file']); ?>
</p>
    <a href="?view=overview">Zur&uuml;ck zur &Uuml;bersicht</a>