mirror of
https://github.com/mozilla/gecko-dev.git
synced 2024-12-14 10:43:24 +00:00
If the app name is the same as the page name, only display it once in the page title
This commit is contained in:
parent
bc6688ff4c
commit
b86ab38364
@ -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 %]">
|
||||
|
Loading…
Reference in New Issue
Block a user