mirror of
				https://github.com/NodeBB/NodeBB.git
				synced 2025-11-03 20:45:58 +01:00 
			
		
		
		
	@@ -196,8 +196,6 @@ module.exports = function (middleware) {
 | 
			
		||||
				templateValues.defaultLang = meta.config.defaultLang || 'en-GB';
 | 
			
		||||
				templateValues.userLang = res.locals.config.userLang;
 | 
			
		||||
				templateValues.languageDirection = results.languageDirection;
 | 
			
		||||
				templateValues.privateUserInfo = meta.config.privateUserInfo;
 | 
			
		||||
				templateValues.privateTagListing = meta.config.privateTagListing;
 | 
			
		||||
 | 
			
		||||
				templateValues.template = { name: res.locals.template };
 | 
			
		||||
				templateValues.template[res.locals.template] = true;
 | 
			
		||||
 
 | 
			
		||||
		Reference in New Issue
	
	Block a user