Преглед на файлове

apply customlayout-selector for user_page

Yuki Takei преди 9 години
родител
ревизия
9b41a40923
променени са 1 файла, в които са добавени 1 реда и са изтрити 1 реда
  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) {