mirror of
https://github.com/nuxsmin/sysPass.git
synced 2026-03-10 10:26:58 +01:00
* [ADD] New template "engine". A very basic engine to render php coded templates. * [ADD] Cached config in session with expire time.
10 lines
430 B
HTML
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>
|