Подскажите пожалуйсто, я вот эти моменты в этих файлах вообще найти немогу, ни в одно ни в другом, пробывал уже одно и тоже искать в двух файлах, тоже нету... Где мне найти эти строчки скажите плз и заменить
1). Open: styles/prosilver/template/overall_header.html
Find
Tip: This may be a partial find and not the whole line.
<a class="icon-home" href="{U_INDEX}" accesskey="h">{L_INDEX}</a>
Replace With
Tip: Replace the preceding line(s) to find with the following lines.
<a class="icon-home" href="{U_PORTAL}">{L_PORTAL}</a> » <a href="{U_INDEX}" accesskey="h">{L_INDEX}</a>
2). Open: styles/prosilver/template/overall_footer.html
Find
Tip: This may be a partial find and not the whole line.
<a class="icon-home" href="{U_INDEX}" accesskey="h">{L_INDEX}</a>
Add after
Tip: Add these lines on a new blank line after the preceding line(s) to find.
<a class="icon-home" href="{U_PORTAL}">{L_PORTAL}</a> »...