Ejemplo n.º 1
0
<?php

if (!defined('KIRBY')) {
    die('Direct access is not allowed');
}
$action = action::login();
?>
<!DOCTYPE html>
<html class="login">
<head>

<title><?php 
echo html($site->title());
?>
</title>

<meta charset="utf-8" />
<meta name="viewport" id="viewport" content="width=device-width, initial-scale=1.0, maximum-scale=1.0, user-scalable=0" />
<meta name="robots" content="noindex,nofollow,noarchive" />

<link rel="stylesheet" href="<?php 
echo c::get('panel.url');
?>
/assets/css/screen.css" />
<link rel="stylesheet" href="<?php 
echo c::get('panel.url');
?>
/assets/css/login.css" />
<link rel="stylesheet" href="<?php 
echo c::get('panel.url');
?>