...
|
...
|
@@ -40,16 +40,18 @@ const processPublicData = (req, title, page) => { |
|
|
let channel = req.query.channel || req.cookies._Channel || 'boys';
|
|
|
let headerData = headerModel.setNavHeader(title, channel);
|
|
|
|
|
|
return data = {
|
|
|
channel: channel,
|
|
|
renderData: {
|
|
|
module: 'product',
|
|
|
page: page,
|
|
|
title: title,
|
|
|
pageHeader: headerData,
|
|
|
pageFooter: true
|
|
|
}
|
|
|
};
|
|
|
data = {
|
|
|
channel: channel,
|
|
|
renderData: {
|
|
|
module: 'product',
|
|
|
page: page,
|
|
|
title: title,
|
|
|
pageHeader: headerData,
|
|
|
pageFooter: true
|
|
|
}
|
|
|
};
|
|
|
|
|
|
return data;
|
|
|
};
|
|
|
|
|
|
/**
|
...
|
...
|
|