Files
sysPass/inc/tpl/header.inc
nuxsmin 601ce41212 * [ADD] 1st step moving to MVC model. Mostly views and code logic were rewritten and added a bunch of templates. Lot of work!!
* [ADD] New template "engine". A very basic engine to render php coded templates.
* [ADD] Cached config in session with expire time.
2015-06-07 03:42:50 +02:00

10 lines
430 B
HTML

<!DOCTYPE html>
<html lang="es">
<head>
<title><?php echo $appInfo['appname'],' :: ',$appInfo['appdesc']; ?></title>
<meta http-equiv="Content-Type" content="text/html; charset=UTF-8" />
<link rel="icon" TYPE="image/png" href="<?php echo $logo; ?>">
<link rel="stylesheet" href="<?php echo $cssLink;?>" />
<script type="text/javascript" src="<?php echo $jsLink?>"></script>
</head>