added icons to all h1s in admin panel

languages tab in ACP
each language now also has a "language.json"
This commit is contained in:
Julian Lam
2014-01-09 13:29:41 -05:00
parent 119079ace5
commit cd6af45afb
26 changed files with 128 additions and 33 deletions

View File

@@ -80,14 +80,6 @@ var DebugRoute = function(app) {
});
app.get('/test', function(req, res) {
var Emailer = require('../emailer');
Emailer.send('welcome', 1, {
username: 'test',
subject: 'this is a subject',
site_title: 'derp',
confirm_link: 'linkylink'
});
res.send();
});
});