maintained by: Steve©
phpBB3 Style name: CS gamers
phpBB3 Style version: 1.0.2
PhpBB3 version: 3.0.7
Download: sc_gamers.zip
Demo: http://www.awesomestyles.com/phpbb3-sty ... o/cs-gamer
Flash header options:
If you would like to add the flash header back.
download the header files upload to CS gamer/them/images/*
Instructions. open styles/CS_gamers/template/overall_header.html
Find:
Code: Select all
<div id="wrapheader">
<div id="logodesc" style="text-align: center;">
<img src="{T_THEME_PATH}/images/header/image.jpg" height="140px" width="800px"/>
</div>
</div>
Code: Select all
<div id="wrapheader">
<div id="logodesc" style="text-align: center;">
<object type="application/x-shockwave-flash" data="./styles/CS gamers/theme/images/header/header.swf" width="100%" height="140px">
<param name="wmode" value="transparent" /><param name="movie" value="./styles/CS gamers/theme/images/header/header.swf" />
</object>
</div>
</div>