mirror of
				https://github.com/NodeBB/NodeBB.git
				synced 2025-11-03 20:45:58 +01:00 
			
		
		
		
	finally got admin header and footer working 👍
This commit is contained in:
		@@ -103,7 +103,7 @@ module.exports = function(app, middleware, controllers) {
 | 
			
		||||
	}());
 | 
			
		||||
 | 
			
		||||
	app.namespace('/admin', function () {
 | 
			
		||||
		app.get('/', middleware.buildHeader, function(req, res, next) {
 | 
			
		||||
		app.get('/', middleware.admin.buildHeader, function(req, res, next) {
 | 
			
		||||
			res.render('admin/index', {});
 | 
			
		||||
		});
 | 
			
		||||
 | 
			
		||||
 
 | 
			
		||||
		Reference in New Issue
	
	Block a user