If the app name is the same as the page name, only display it once in the page title

This commit is contained in:
ian%hixie.ch 2002-04-24 20:31:53 +00:00
parent bc6688ff4c
commit b86ab38364

View File

@ -8,7 +8,7 @@ Content-Type: text/html
<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.01//EN">
<html lang="en">
<head>
<title>[% app.name %]: [% title %]</title>
<title>[% app.name %][% IF title != app.name %]: [% title %][% END %]</title>
<link rel="stylesheet" href="style">
[% IF session.fields.settings.stylesheet != '' -%]
<link rel="stylesheet" href="[% session.fields.settings.stylesheet %]">