mirror of
https://github.com/NodeBB/NodeBB.git
synced 2025-11-02 20:16:04 +01:00
committing hotfix to registration
This commit is contained in:
@@ -85,7 +85,10 @@ var express = require('express'),
|
||||
return;
|
||||
}
|
||||
|
||||
res.send(templates['header'] + app.create_route(route) + templates['footer']);
|
||||
res.send(
|
||||
templates['header'].parse({ cssSrc: global.config['theme:src'] || '/vendor/bootstrap/css/bootstrap.min.css' }) +
|
||||
app.create_route(route) + templates['footer']
|
||||
);
|
||||
});
|
||||
}(routes[i]));
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user