Witam mam pewien problem, otóż chciałbym wywalić CSS z pliku overall_header.tpl, aby CSS zmieniało się tylko w pliku subSilver.css. I mam problem usuwam cały ten kod:
Cytuj:
<style type="text/css">
<!--
/*
The original subSilver Theme for phpBB version 2+
Created by subBlue design
http://www.subBlue.com NOTE: These CSS definitions are stored within the main page body so that you can use the phpBB2
theme administration centre. When you have finalised your style you could cut the final CSS code
and place it in an external file, deleting this section to save bandwidth.
*/
/* General page style. The scroll bar colours only visible in IE5.5+ */
body {
........................................................
/* Import the fancy styles for IE only (NS4.x doesn't use the @import function) */
@import url("templates/subSilver/formIE.css");
-->
</style>
I teraz na forum nie działają żadne style CSS tzn. wszystko jest kolorowane domyślnie przez przeglądarke. Więc jak zrobić, aby były definiowane style z pliku subSilver.css?? Dodam iż domyślnie tej linijki nie usunełem:
Cytuj:
<!-- link rel="stylesheet" href="templates/subSilver/{T_HEAD_STYLESHEET}" type="text/css" -->
Pozdrawiam!