Hi to all.
I am trying to customize anomaly theme on Moodle 2.0.2
I am having some hard time with inserting images on the front page.
In the general.php file, i am trying to insert a logo, instead of heading.
My picture is in the "pix" folder(where theme keeps all the images.)
Here is the code i wrote.
<h1 class="headermain">
<a href="http://localhost/" id="new">
<img src=[[pix:theme|logo222]]></a> ></h1>
I could insert images as background, but couldn't insert them just as images.
Please any advice.