瀏覽代碼

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) {