nodebb-theme-lavender
Advanced tools
Comparing version 7.0.9 to 7.1.0
@@ -6,3 +6,2 @@ "use strict"; | ||
const meta = require.main.require('./src/meta'); | ||
const user = require.main.require('./src/user'); | ||
const nconf = require.main.require('nconf'); | ||
@@ -51,3 +50,5 @@ | ||
routeHelpers.setupAdminPageRoute(params.router, '/admin/plugins/lavender', function (req, res, next) { | ||
res.render('admin/plugins/lavender', {}); | ||
res.render('admin/plugins/lavender', { | ||
title: 'Lavender Theme', | ||
}); | ||
}); | ||
@@ -54,0 +55,0 @@ |
{ | ||
"name": "nodebb-theme-lavender", | ||
"version": "7.0.9", | ||
"version": "7.1.0", | ||
"description": "Lavender Theme for NodeBB", | ||
@@ -5,0 +5,0 @@ "main": "theme.less", |
Sorry, the diff of this file is not supported yet
License Policy Violation
LicenseThis package is not allowed per your license policy. Review the package's license to ensure compliance.
Found 1 instance in 1 package
License Policy Violation
LicenseThis package is not allowed per your license policy. Review the package's license to ensure compliance.
Found 1 instance in 1 package
125459
205