Explorar el Código

apply customlayout-selector for user_page

Yuki Takei hace 9 años
padre
commit
9b41a40923
Se han modificado 1 ficheros con 1 adiciones y 1 borrados
  1. 1 1
      lib/routes/page.js

+ 1 - 1
lib/routes/page.js

@@ -168,7 +168,7 @@ module.exports = function(crowi, app) {
 
           if (userPage) {
             // change template
-            pageTeamplate = 'user_page';
+            pageTeamplate = 'customlayout-selector/user_page';
 
             return User.findUserByUsername(User.getUsernameByPath(page.path))
             .then(function(data) {