Toolbar hooks

This commit is contained in:
cohitre 2013-03-12 19:36:04 -07:00
parent 52aa7d3997
commit 988653b8ce
2 changed files with 71 additions and 54 deletions

View file

@ -1,7 +1,12 @@
<%
var settings = require("ep_etherpad-lite/node/utils/Settings")
, hooks = require('ep_etherpad-lite/static/js/pluginfw/hooks')
, langs = require("ep_etherpad-lite/node/hooks/i18n").availableLangs
, toolbar = require("ep_etherpad-lite/node/utils/toolbar");
hooks.callAll("padInitToolbar", {
toolbar: toolbar
});
%>
<!doctype html>
<% e.begin_block("htmlHead"); %>