Main_Bullet_Image - e107inc/e107v1 GitHub Wiki


title: Main Bullet Image permalink: /Main_Bullet_Image/

Main Bullet Image

This image is used extensively throughout e107, most visibly in the login menu (to the left of the links). In versions previous to 0.7, theme creators were restricted to using a .gif image called bullet2, however with 0.7 the image can be any name and format.

To define a bullet image you need to add the following line to your theme.php:

This image will then be used whenever the bullet image is called for. If this define isn't found, e107 will default to using bullet2.gif as the bullet image, this ensures pre 0.7 themes will still work correctly

Category:Theming