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

@@ -0,0 +1,5 @@
define(['forum/admin/settings'], function(Settings) {
jQuery('document').ready(function() {
Settings.prepare();
});
});