Changeset 4687 for trunk/website
- Timestamp:
- 10/15/06 05:11:31 (2 years ago)
- Location:
- trunk/website/trac
- Files:
-
- 2 added
- 1 modified
-
header.cs.patch (added)
-
templates/site_header.cs (modified) (1 diff)
-
templates/site_newticket.cs (added)
Legend:
- Unmodified
- Added
- Removed
-
trunk/website/trac/templates/site_header.cs
r4686 r4687 3 3 # Site header - Contents are automatically inserted above Trac HTML 4 4 5 # Requires the followingpatch to work.5 # Requires ../header.cs.patch to work. 6 6 7 # Index: templates/header.cs8 # ===================================================================9 # --- templates/header.cs (revision 3871)10 # +++ templates/header.cs (working copy)11 # @@ -24,7 +24,6 @@12 # /each ?>13 # </head>14 # <body>15 # -<?cs include "site_header.cs" ?>16 # <div id="banner">17 #18 # <div id="header"><?cs19 # @@ -71,4 +70,5 @@20 # </div>21 #22 # <div id="mainnav" class="nav"><?cs call:nav(chrome.nav.mainnav) ?></div>23 # +<?cs include "site_header.cs" ?>24 # <div id="main">25 #26 7 ?> 27 8
