1
0

Patch by only to allow custom titles for the admin backend

This commit is contained in:
Garvin Hicking
2009-05-22 08:20:51 +00:00
parent 49811d0f25
commit fc9048397e
4 changed files with 29 additions and 8 deletions

View File

@ -1,7 +1,7 @@
<html>
<head>
<!-- ADMIN-ENTRY TEMPLATE: index.tpl START -->
<title>{$CONST.SERENDIPITY_ADMIN_SUITE}</title>
<title>{$admin_vars.title} - {$CONST.SERENDIPITY_ADMIN_SUITE}</title>
<meta http-equiv="Content-Type" content="text/html; charset={$CONST.LANG_CHARSET}" />
<link rel="stylesheet" type="text/css" href="{$admin_vars.css_file}" />
<link rel="stylesheet" type="text/css" href="{$admin_vars.admin_css_file}" />