mirror of
https://github.com/librenms/librenms.git
synced 2024-10-07 16:52:45 +00:00
Merge pull request #73 from laf/issue-67
Change <title> to use page_title_suffix as the fall back
This commit is contained in:
@ -110,7 +110,7 @@ if ($config['page_title']) { $config['page_title_prefix'] = $config['page_title'
|
||||
<!DOCTYPE HTML>
|
||||
<html>
|
||||
<head>
|
||||
<title><?php echo($config['page_title_prefix']); ?></title>
|
||||
<title><?php echo($config['page_title_suffix']); ?></title>
|
||||
<base href="<?php echo($config['base_url']); ?>" />
|
||||
<meta http-equiv="content-type" content="text/html; charset=utf-8" />
|
||||
<meta http-equiv="X-UA-Compatible" content="IE=EmulateIE7" />
|
||||
|
Reference in New Issue
Block a user