Skip to content

Commit

Permalink
SETTINGS_SITE_TITLE fix
Browse files Browse the repository at this point in the history
  • Loading branch information
london89 committed Apr 20, 2020
1 parent 1af53b6 commit acf6e6d
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion templates/application.html
@@ -1,7 +1,7 @@
<html>
<head>
<meta http-equiv="Content-Type" content="text/html; charset=utf-8" />
<title><#SETTINGS_SITE_TITLE#></title>
<title><#PROJECT_TITLE#></title>
[#inc common_header.html#]
<link href="<#ROOTHTML#>css/stl.css" rel="stylesheet" type="text/css"/>
<link href="<#ROOTHTML#>css/stl_<#SETTINGS_THEME#>.css" rel="stylesheet" type="text/css"/>
Expand Down
2 changes: 1 addition & 1 deletion templates/dashboard/action_admin.html
Expand Up @@ -2,7 +2,7 @@
@version 0.2 (auto-set)
#-->
<p align="center">
<big><#SETTINGS_SITE_TITLE#> Management Dash Board</big>
<big><#PROJECT_TITLE#> Management Dash Board</big>
<br>
[#if VIEW_MODE=""#]
[ <a href="?view_mode=settings">Settings</a> ]
Expand Down
2 changes: 1 addition & 1 deletion templates/print_all.html
@@ -1,7 +1,7 @@
<!DOCTYPE html>
<html>
<head>
<title><#SETTINGS_SITE_TITLE#> <#LANG_CONTROL_PANEL#></title>
<title><#PROJECT_TITLE#> <#LANG_CONTROL_PANEL#></title>
[#inc common_header.html#]
<link rel="stylesheet" href="<#ROOTHTML#>css/admin.css" type="text/css">
</head>
Expand Down

0 comments on commit acf6e6d

Please sign in to comment.