Topic on Skin talk:Chameleon

Ecthelion3 (talkcontribs)
F.trott (talkcontribs)

You need to use a modified layout file. see Skin:Chameleon#Layout of page elements

At the spot where you want your custom HTML code, add an HTML component to the layout file:

<component type="Html"><![CDATA[
YOUR HTML FRAGMENT HERE.
]]>
</component>

To show this only for the main namespaces use a modification:

<component type="Html">
<modification type="ShowOnlyFor" namespace="NS_MAIN"></modification>
<![CDATA[
YOUR HTML FRAGMENT HERE.
]]>
</component>

(I did not actually try this, so I may have missed something.)

Ecthelion3 (talkcontribs)

Thanks, this seems to work.

Reply to "Google AdSense"