Hello FReeSTER,
the easiest way is to install the
Template Modification System and than install this addon. Than all template-changes will be done automatically.
If you do it manually you need to do
all the template-changes within the
TEMPLATE_CHANGES.diff.
In the diff-format, "<" means remove and ">" means add. in a combination like
Code:
Template: block_blogentries
5c5
< <img src="{vb:stylevar imgdir_cms}/widget-blog.png" alt="" />
---
> <span class="cms_widget_blog"></span>
It would mean
replace
Code:
<img src="{vb:stylevar imgdir_cms}/widget-blog.png" alt="" />
with
Code:
<span class="cms_widget_blog"></span>
Best regards
Sebastian