projects
/
invirt/packages/invirt-web.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
73f5a58
)
Allow pages to specify extra header elements
author
Quentin Smith
<quentin@mit.edu>
Tue, 11 Aug 2009 04:54:08 +0000
(
00:54
-0400)
committer
Quentin Smith
<quentin@mit.edu>
Tue, 11 Aug 2009 04:54:08 +0000
(
00:54
-0400)
svn path=/package_branches/invirt-web/ajaxterm-rebased/; revision=2750
code/templates/skeleton.mako
patch
|
blob
|
history
diff --git
a/code/templates/skeleton.mako
b/code/templates/skeleton.mako
index
a53d2bf
..
37a053d
100644
(file)
--- a/
code/templates/skeleton.mako
+++ b/
code/templates/skeleton.mako
@@
-27,6
+27,7
@@
function helppopup(name){
return false;
}
</script>
+${self.header_extra()}
</head>
<body id="body"
% if hasattr(self.attr, 'pageclass'):
@@
-86,3
+87,6
@@
Questions? Contact <a href="mailto:xvm@mit.edu">xvm@mit.edu</a>.
<%def name="title()">
XVM
</%def>
+
+<%def name="header_extra()">
+</%def>