MyBB Themes - ThemeFreak
Editing sidereel image - Printable Version

+- MyBB Themes - ThemeFreak (http://www.themefreak.net)
+-- Forum: MyBB 1.6.x (http://www.themefreak.net/forumdisplay.php?fid=8)
+--- Forum: Support for 1.6.x (http://www.themefreak.net/forumdisplay.php?fid=10)
+---- Forum: Sidereel (http://www.themefreak.net/forumdisplay.php?fid=28)
+---- Thread: Editing sidereel image (/showthread.php?tid=123)



Editing sidereel image - Tan - 18th Jun

In order to change the sidereel image you'll need to change the following code in the header template

Code:
<ul id="scroller">
        <li><img src="{$mybb->settings['bburl']}/themes/sidereel/reel4.jpg"  alt="Firehouse" width="210" /></li>
                          

</ul>

Simply change the image url to the new image you wish to use.. your image must be 200px wide by 1600px tall in order to work without breaking the theme.