Skip to content

Commit df4c3f1

Browse files
committed
Update README.md
1 parent 05bb39f commit df4c3f1

File tree

1 file changed

+10
-5
lines changed

1 file changed

+10
-5
lines changed

README.md

+10-5
Original file line numberDiff line numberDiff line change
@@ -5,10 +5,15 @@ Clear Shopcache
55
2. Modul im Backend aktivieren
66
3. Tmp/Chache letztes mal von Hand leeren
77

8-
Clear faster, without loosing changes made:
9-
===========================================
8+
## Clear faster, without loosing changes made: ##
9+
1010
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).
11+
templateblock in admin/tpl/header.tpl `header_buttons`:
1312

14-
Fertig
13+
<ul>
14+
[{block name="header_buttons"}]
15+
...
16+
<li>...</li>
17+
..
18+
[{/block}]
19+
</ul>

0 commit comments

Comments
 (0)