Subversion Repositories ALCASAR

Rev

Go to most recent revision | Details | Last modification | View Log

Rev Author Line No. Line
2809 rexy 1
<?php
2
/* Smarty version 3.1.34-dev-7, created on 2020-04-11 18:15:21
3
  from '/var/www/html/acc/manager/vnstat/templates/module_header.tpl' */
4
 
5
/* @var Smarty_Internal_Template $_smarty_tpl */
6
if ($_smarty_tpl->_decodeProperties($_smarty_tpl, array (
7
  'version' => '3.1.34-dev-7',
8
  'unifunc' => 'content_5e91fb29228383_96978558',
9
  'has_nocache_code' => false,
10
  'file_dependency' => 
11
  array (
12
    '1e81c22f2b2d1f91cd03aa4725f8c35f066935d4' => 
13
    array (
14
 
15
      1 => 1586625139,
16
      2 => 'file',
17
    ),
18
  ),
19
  'includes' => 
20
  array (
21
  ),
22
),false)) {
23
function content_5e91fb29228383_96978558 (Smarty_Internal_Template $_smarty_tpl) {
24
?><!DOCTYPE html>
25
<html lang="en">
26
<head>
27
    <title>Network Traffic</title>
28
    <meta charset="UTF-8">
29
    <meta name="viewport" content="width=device-width, initial-scale=1, shrink-to-fit=no">
30
    <!-- Bootstrap CSS -->
31
    <link rel="stylesheet" href="https://stackpath.bootstrapcdn.com/bootstrap/4.3.1/css/bootstrap.min.css" integrity="sha384-ggOyR0iXCbMQv3Xipma34MD+dH/1fQ784/j6cY/iJTQUOhcWr7x9JvoRxT2MZw1T" crossorigin="anonymous">
32
    <!-- Custom CSS -->
33
    <link rel="stylesheet" href="./assets/css/style.css">
34
</head>
35
<body>
36
<?php }
37
}