mirror of
https://github.com/NodeBB/NodeBB.git
synced 2025-11-02 03:55:55 +01:00
changing method to retrieve themes to use /node_modules
This commit is contained in:
@@ -800,6 +800,7 @@ var SocketIO = require('socket.io').listen(global.server, { log:false }),
|
||||
|
||||
socket.on('api:admin.themes.getInstalled', function(callback) {
|
||||
meta.themes.get(function(err, themeArr) {
|
||||
console.log(themeArr);
|
||||
callback(themeArr);
|
||||
});
|
||||
});
|
||||
|
||||
Reference in New Issue
Block a user