summaryrefslogtreecommitdiffstats
path: root/etherpad/src/themes/default/templates/page.ejs
diff options
context:
space:
mode:
authorEgil Moeller <egil.moller@freecode.no>2010-04-10 23:15:43 +0200
committerEgil Moeller <egil.moller@freecode.no>2010-04-10 23:15:43 +0200
commit631235e269a0e913207cf17f38855eb156e21f75 (patch)
tree5c39ca8039c95788e7de71abb699febbfb4a7931 /etherpad/src/themes/default/templates/page.ejs
parentf49fc5640ddcdd9c72ae1e95729fb44073dbb595 (diff)
downloadetherpad-631235e269a0e913207cf17f38855eb156e21f75.tar.gz
etherpad-631235e269a0e913207cf17f38855eb156e21f75.tar.bz2
etherpad-631235e269a0e913207cf17f38855eb156e21f75.zip
Generalized the page.ejs a bit more so that it can be used by all pages for real
Diffstat (limited to 'etherpad/src/themes/default/templates/page.ejs')
-rw-r--r--etherpad/src/themes/default/templates/page.ejs8
1 files changed, 2 insertions, 6 deletions
diff --git a/etherpad/src/themes/default/templates/page.ejs b/etherpad/src/themes/default/templates/page.ejs
index 7dd36ad..f28a75d 100644
--- a/etherpad/src/themes/default/templates/page.ejs
+++ b/etherpad/src/themes/default/templates/page.ejs
@@ -70,16 +70,12 @@ limitations under the License. */ %>
</div>
<div id="docbar">
- <%: template.use('docBarTitle'); %>
<table border="0" cellpadding="0" cellspacing="0" width="100%" id="docbartable">
<tr>
<td><img src="/static/img/jun09/pad/roundcorner_left.gif"></td>
- <td id="docbarpadtitle"><span><%= initialTitle %></span></td>
+ <%: template.use('docBarTitle'); %>
<td width="100%">&nbsp;</td>
- <%
- plugins.callHookStr('docbarItemsAll', {}, '', '<td class="docbarbutton">', '</td>');
- plugins.callHookStr('docbarItemsPad', {}, '', '<td class="docbarbutton">', '</td>');
- %>
+ <%: plugins.callHookStr('docbarItemsAll', {}, '', '<td class="docbarbutton">', '</td>'); %>
<%: template.use('docBarItems'); %>
<td><img src="/static/img/jun09/pad/roundcorner_right_orange.gif"></td>
</tr>