PHP Classes

File: web/SSO/modules/core/templates/show_metadata.tpl.php

Recommend this page to a friend!
  Classes of william amed   Raptor 2   web/SSO/modules/core/templates/show_metadata.tpl.php   Download  
File: web/SSO/modules/core/templates/show_metadata.tpl.php
Role: Example script
Content type: text/plain
Description: Example script
Class: Raptor 2
Framework that takes routes from annotations
Author: By
Last change:
Date: 8 years ago
Size: 309 bytes
 

Contents

Class file image Download
<?php



$this
->includeAtTemplateBase('includes/header.php');
   

echo(
'<pre style="font-size: 110%">');

echo(
htmlspecialchars(var_export($this->data['m'])));

echo(
'</pre>');

echo(
'<p>[ <a href="' . $this->data['backlink'] . '"> back </a> ]</p>');


$this->includeAtTemplateBase('includes/footer.php');