PHP Classes

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

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

Contents

Class file image Download
<?php

echo('<p>' . $this->t('{core:no_metadata:config_problem}') . '</p>');

echo(
'<ul>');
echo(
'<li>' . $this->t('{core:no_metadata:suggestion_user_link}') . '</li>');
echo(
'<li>' . $this->t('{core:no_metadata:suggestion_developer}') . '</li>');
echo(
'</ul>');