Hi zafererel,
Adding your image to the right module header is a difficult task because it requires you to heavily edit the image source and css. I recommend you to just add the logo to the Content Header. Please follow these simple steps.
1. Copy your image to the images folder. I suppose the image name is small_logo.jpg.
2. Edit these CSS to apply the change to the Content Header.
– Find this code:
.contentheading {
padding-bottom: 2px;
color: #E57A25;
font-size: 2em;
}
change to
.contentheading {
padding-bottom: 2px;
padding-left: 92px;
background: url(../images/small_logo.jpg) no-repeat center left;
color: #E57A25;
font-size: 2em;
}
}
If you still need to put the image to the right module header, ask me again! I may point out something for you! Hope it helps!