File tree 2 files changed +4
-1
lines changed
adminhtml/templates/system/config/Field
2 files changed +4
-1
lines changed Original file line number Diff line number Diff line change 7
7
8
8
?>
9
9
<div class="faq-info-block">
10
- <div class="attachment-note"><?= __ ('Use below code to show FAQ on CMS or Static Blocks ' ) ?> </div>
10
+ <div class="attachment-note"><?= __ ('Use widget "Mageprince FAQ" or use below code to show FAQ on CMS or Static Blocks ' ) ?> </div>
11
11
<div class="userguide-container">
12
12
<div id="messages">
13
13
<ul class="messages">
Original file line number Diff line number Diff line change 18
18
<img src="<?= $ block ->getViewFileUrl ('images/loader-1.gif ' ); ?> " alt="loader"/>
19
19
</div>
20
20
<div class="mageprince-faq-collection" style="display: none">
21
+ <?php if ($ this ->getTitle ()): ?>
22
+ <h1 class="faq-page-title"><?= $ block ->escapeHtml ($ this ->getTitle ()) ?> </h1>
23
+ <?php endif ; ?>
21
24
<?php if ($ block ->isShowGroup () || $ pageType == 'ajax ' ): ?>
22
25
<div class="faq-groups">
23
26
<?php foreach ($ faqGroupCollection as $ group ): ?>
You can’t perform that action at this time.
0 commit comments