-
-
Notifications
You must be signed in to change notification settings - Fork 243
List page cobrand customisations
List items in four places: front, around, my, reports.
The base front includes front/_list-entry.html
, which includes report/_item.html no_fixed=1
. Bromley, Greenwich, and Oxfordshire override front/_list-entry.html
to also set item_extra_class
to have a pin class.
around includes reports/_list-entry.html
, which includes report/_item.html
.
my include reports/_list-entry.html no_fixed=1
reports includes reports/_list-entry.html include_sentinfo=1 include_lastupdate=1
.
Greenwich overrides this to add pin class and colour and always set no_fixed=1, Oxfordshire overrides this to set no_fixed=1, include_sentinfo=1 and to add pin class and colour. Bromley doesn't override this, but does override _item.html
to always have pin class and colour.
See http://fixmystreet.org/ for documentation