Example #1
0
<?php

if (!defined('DVELUM')) {
    exit;
}
$wwwRoot = $this->get('wwwRoot');
?>
<html xmlns="http://www.w3.org/1999/xhtml">
<head>
<meta http-equiv="Content-Type" content="text/html; charset=utf-8"/>
<meta name="viewport" content="width=device-width; initial-scale=1.0; maximum-scale=1.0; user-scalable=0;"/>
<BASE href="<?php 
echo Request::baseUrl();
?>
"/>
<title>Log into administrative panel</title>
<link href="<?php 
echo $wwwRoot;
?>
templates/system/default/css/login.css" rel="stylesheet" type="text/css"/>
<!--[if IE]>
	<link rel="stylesheet" href="<?php 
echo $wwwRoot;
?>
templates/system/default/css/style_ieFix.css" type="text/css"/> 
<![endif]-->
</head>

<body class="loginPage">
	<div class="loginWrapper">
		<div class="loginLogo"><img src="<?php