Selaa lähdekoodia

apply customlayout-selector for user_page

Yuki Takei 9 vuotta sitten
vanhempi
sitoutus
9b41a40923
1 muutettua tiedostoa jossa 1 lisäystä ja 1 poistoa
  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) {