[pmwiki-users] Skin css and HtmlStylesFmt
Carlos AB
carlos.ab at gmail.com
Tue Feb 28 16:20:34 CST 2006
Patrick R. Michaud wrote:
> On Mon, Feb 27, 2006 at 10:44:31PM -0800, Carlos AB wrote:
>
>> Is there a way to include a skin's css content inside the variable
>> $HtmlStylesFmt?
>>
>
> Do you mean you want the skin's css content to be directly
> placed into the HTML output? Or are you just wanting to
> link to the .css file?
>
> Pm
>
>
I have placed the css content inside $HtmlStylesFmt already, using this:
$HTMLStylesFmt= file_get_contents( $SkinDirUrl."/".$Skin.".css" )
Now I want it to show up at last inside the html output.
What I want is this:
<!--HeaderText-->
PmWiki css content
Skin css content
What I have now is:
<!--HeaderText-->
PmWiki css
Skin css
More PmWiki css
Thanks for any suggestions.
CarlosAB
More information about the pmwiki-users
mailing list