File tree Expand file tree Collapse file tree 1 file changed +3
-2
lines changed
Expand file tree Collapse file tree 1 file changed +3
-2
lines changed Original file line number Diff line number Diff line change @@ -127,14 +127,15 @@ class_exists('Aplus')
127127 <div class="collections">
128128 <?php foreach ($ collections as $ collection ): ?>
129129 <?php if ($ collection ->hasCollectors ()): ?>
130- <button class="collection" id="<?= $ collection ->getSafeName () ?> -collection" title="<?= $ collection ->getName () ?> ">
130+ <button class="collection" id="<?= $ collection ->getSafeName () ?> -collection"
131+ title="<?= $ collection ->getName () ?> Collection">
131132 <span class="collection-icon"><?= $ collection ->getIcon () ?> </span>
132133 <span class="collection-name"><?= $ collection ->getName () ?> </span>
133134 </button>
134135 <?php endif ?>
135136 <?php endforeach ?>
136137 <div class="info">
137- <button class="collection" id="info-collection" title="Info">
138+ <button class="collection" id="info-collection" title="Info Collection ">
138139 <span class="collection-icon"><?= $ infoIcon ?> </span>
139140 <span class="collection-name">Info</span>
140141 </button>
You can’t perform that action at this time.
0 commit comments