We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 05bb39f commit df4c3f1Copy full SHA for df4c3f1
README.md
@@ -5,10 +5,15 @@ Clear Shopcache
5
2. Modul im Backend aktivieren
6
3. Tmp/Chache letztes mal von Hand leeren
7
8
-Clear faster, without loosing changes made:
9
-===========================================
+## Clear faster, without loosing changes made: ##
+
10
To clear it faster and without lossing changes made in edit mask we added a
11
-templateblock in admin/tpl/header.tpl "header_buttons".
12
-Just put the block in the list (<ul>) around the listelements (<li>s).
+templateblock in admin/tpl/header.tpl `header_buttons`:
13
14
-Fertig
+ <ul>
+ [{block name="header_buttons"}]
15
+ ...
16
+ <li>...</li>
17
+ ..
18
+ [{/block}]
19
+ </ul>
0 commit comments