File tree Expand file tree Collapse file tree 2 files changed +8
-8
lines changed Expand file tree Collapse file tree 2 files changed +8
-8
lines changed Original file line number Diff line number Diff line change 5
5
* @Author Ngo Quang Cuong <bestearnmoney87@gmail.com>
6
6
* @Date 2016-12-23 18:16:21
7
7
* @Last modified by: nquangcuong
8
- * @Last Modified time: 2017-11-11 20:11:48
8
+ * @Last Modified time: 2017-11-28 17:21:05
9
9
*/
10
10
11
11
namespace PHPCuong \Faq \Block \Faq ;
@@ -92,11 +92,11 @@ protected function _prepareLayout()
92
92
{
93
93
$ this ->_faqCategoriesList = $ this ->_categoryHelper ->getCategoriesList ();
94
94
95
- $ this ->pageConfig ->getTitle ()->set (__ ('FAQ ' ));
95
+ $ this ->pageConfig ->getTitle ()->set (__ ('FAQs ' ));
96
96
97
- $ this ->pageConfig ->setKeywords (__ ('FAQ ' ));
97
+ $ this ->pageConfig ->setKeywords (__ ('FAQs ' ));
98
98
99
- $ this ->pageConfig ->setDescription (__ ('FAQ ' ));
99
+ $ this ->pageConfig ->setDescription (__ ('FAQs ' ));
100
100
101
101
$ breadcrumbBlock = $ this ->getLayout ()->getBlock ('breadcrumbs ' );
102
102
@@ -112,8 +112,8 @@ protected function _prepareLayout()
112
112
$ breadcrumbBlock ->addCrumb (
113
113
'faq ' ,
114
114
[
115
- 'label ' => __ ('FAQ ' ),
116
- 'title ' => __ ('FAQ ' )
115
+ 'label ' => __ ('FAQs ' ),
116
+ 'title ' => __ ('FAQs ' )
117
117
]
118
118
);
119
119
Original file line number Diff line number Diff line change 5
5
* @Author Ngo Quang Cuong <bestearnmoney87@gmail.com>
6
6
* @Date 2016-12-23 23:54:46
7
7
* @Last modified by: nquangcuong
8
- * @Last Modified time: 2017-11-11 14:20:15
8
+ * @Last Modified time: 2017-11-28 17:21:02
9
9
*/
10
10
11
11
namespace PHPCuong \Faq \Helper ;
@@ -60,7 +60,7 @@ public function getFaqCategoryFullPath($identifier)
60
60
*/
61
61
public function getFileBaseUrl ($ path )
62
62
{
63
- return $ this -> _storeManager -> getStore ()-> getBaseUrl () .DirectoryList::PUB .'/ ' .DirectoryList::MEDIA .'/ ' .$ path ;
63
+ return ' / ' .DirectoryList::PUB .'/ ' .DirectoryList::MEDIA .'/ ' .$ path ;
64
64
}
65
65
66
66
/**
You can’t perform that action at this time.
0 commit comments