PHP Classes

File: web/SSO/modules/metaedit/templates/saved.php

Recommend this page to a friend!
  Classes of william amed   Raptor 2   web/SSO/modules/metaedit/templates/saved.php   Download  
File: web/SSO/modules/metaedit/templates/saved.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: 245 bytes
 

Contents

Class file image Download
<?php



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


echo(
'<h1>Metadata successfully saved</h1>');

echo(
'<p><a href="index.php">Go back to metadata registry listing</a></p>');



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