attogram/attogram

View on GitHub
templates/header.php

Summary

Maintainability
A
0 mins
Test Coverage

Variable $this is undeclared
Open

$navbar = $this->templates['navbar'];
Severity: Minor
Found in templates/header.php by phan

Variable $this is undeclared
Open

if ($this->isReadableFile($navbar, 'php')) {
Severity: Minor
Found in templates/header.php by phan

Variable $this is undeclared
Open

'<script src="'.$this->path.'/web/jquery.min.js"></script>',
Severity: Minor
Found in templates/header.php by phan

Variable $this is undeclared
Open

    $this->log->error('Missing navbar template: '.$navbar);
Severity: Minor
Found in templates/header.php by phan

Variable $this is undeclared
Open

'<link rel="stylesheet" href="'.$this->path.'/web/bootstrap/css/bootstrap.min.css">',
Severity: Minor
Found in templates/header.php by phan

Variable $this is undeclared
Open

'<link rel="stylesheet" href="'.$this->path.'/web/attogram.css">',
Severity: Minor
Found in templates/header.php by phan

Variable $this is undeclared
Open

'<script src="'.$this->path.'/web/bootstrap/js/bootstrap.min.js"></script>',
Severity: Minor
Found in templates/header.php by phan

Variable $this is undeclared
Open

    $title = $this->siteName;
Severity: Minor
Found in templates/header.php by phan

There are no issues that match your filters.

Category
Status