PHP Classes

File: web/SSO/templates/includes/header-embed.php

Recommend this page to a friend!
  Classes of william amed   Raptor 2   web/SSO/templates/includes/header-embed.php   Download  
File: web/SSO/templates/includes/header-embed.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: 722 bytes
 

Contents

Class file image Download
<!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Transitional//EN" "http://www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd">
<html xmlns="http://www.w3.org/1999/xhtml" lang="en" xml:lang="en">
<head>
<meta http-equiv="Content-Type" content="text/html; charset=UTF-8" />
<title><?php
if(array_key_exists('header', $this->data)) {
    echo
$this->data['header'];
} else {
    echo
'simpleSAMLphp';
}
?></title>

    <link rel="stylesheet" type="text/css" href="/<?php echo $this->data['baseurlpath']; ?>resources/default.css" />
    <meta name="robots" content="noindex, nofollow" />

<?php
if(array_key_exists('head', $this->data)) {
    echo
'<!-- head -->' . $this->data['head'] . '<!-- /head -->';
}
?>
</head>
<body class="body-embed">