Header/EN
From UltraStats WIKI
Some peoples want to edit the main header of her UltraStats installation. It is not very complex - only change one file and u was done ;)
So, let's go!
Change Ultrastats Header (simple)
- 1. First of all, u must make a new image. U must use the following settings, for ur new UltraStats header:
Filename: Header-Logo.png Format: .png Size: 297x100px
- 2. Save the image, that u maked now, as an .png image.
- 3. Now, connect to ur Webspace (or whatever), and go to the following folder:
images/main
- 3.1 Upload now ur new image, name Header-Logo.
- 4. Go now to ur UltraStats Site and u will see the new header.
Change UltraStats Header (for designers)
- 1. First of all, u need the include_header.htm. U will found this here:
src/templates
- 2. Opn the include_header.htm and search for the following Code:
<img src="{BASEPATH}images/main/Header-Logo.png" width="400" height="100" name="HeaderLogo">
- 3. Change this Code now, with this one:
<img src="{BASEPATH}themes/{user_theme}/img/Header-Logo.png" width="400" height="100" name="HeaderLogo">
- 4. The head banner will now loading from ur themes folder. Thats great, when u use more then one Theme, or when u was a Designer and u using some other images ;)
- 5. Go now to your themes folder.
- 6. Create now an folder with the name
img
- 7. Now u need the image. The image needs this settings:
Filename: Header-Logo.png Format: .png Size: 400x100px
- 8. When u are done with ur image, u can upload it to any installed theme on ur UltraStats installation. But u must put the image every time in the img folder.

