diff --git a/ep_headings-trl8/index.js b/ep_headings-trl8/index.js index f392815..d97709e 100644 --- a/ep_headings-trl8/index.js +++ b/ep_headings-trl8/index.js @@ -2,6 +2,6 @@ var eejs = require('ep_etherpad-lite/node/eejs/'); exports.eejsBlock_editbarMenuLeft = function (hook_name, args, cb) { - args.content = args.content + eejs.require("ep_headings/templates/editbarButtons.ejs"); + args.content = args.content + eejs.require("ep_headings-trl8/templates/editbarButtons.ejs"); return cb(); -} \ No newline at end of file +}