Add a setting for customizing the app title

the app title is inserted into the <title> of all tepmlates
This commit is contained in:
Marcel Klehr 2012-11-02 12:30:57 +01:00
parent b9f4e8450c
commit 6d543fbcb3
5 changed files with 17 additions and 3 deletions

View file

@ -1,7 +1,10 @@
<%
var settings = require("ep_etherpad-lite/node/utils/Settings");
%>
<!doctype html>
<html>
<title>Etherpad Lite</title>
<title><%=settings.title%></title>
<script>
/*
|@licstart The following is the entire license notice for the