diff options
Diffstat (limited to 'templates/web')
-rw-r--r-- | templates/web/bromley/index.html | 2 | ||||
-rw-r--r-- | templates/web/default/index.html | 2 | ||||
-rw-r--r-- | templates/web/fixmystreet/index.html | 2 |
3 files changed, 3 insertions, 3 deletions
diff --git a/templates/web/bromley/index.html b/templates/web/bromley/index.html index 370ab3f75..4b95230df 100644 --- a/templates/web/bromley/index.html +++ b/templates/web/bromley/index.html @@ -68,7 +68,7 @@ kinds of problems like missed bins use our [% - recent_photos = c.cobrand.recent_photos(5); + recent_photos = c.cobrand.recent_photos('front', 5); %] [% IF recent_photos.size %] diff --git a/templates/web/default/index.html b/templates/web/default/index.html index e5f98b0c5..4d178d192 100644 --- a/templates/web/default/index.html +++ b/templates/web/default/index.html @@ -51,7 +51,7 @@ </div> [% - recent_photos = c.cobrand.recent_photos(3); + recent_photos = c.cobrand.recent_photos('front', 3); probs = c.cobrand.recent(); %] diff --git a/templates/web/fixmystreet/index.html b/templates/web/fixmystreet/index.html index 998a88469..42c60d051 100644 --- a/templates/web/fixmystreet/index.html +++ b/templates/web/fixmystreet/index.html @@ -65,7 +65,7 @@ Modernizr.load({ [% - recent_photos = c.cobrand.recent_photos(5); + recent_photos = c.cobrand.recent_photos('front', 5); %] [% IF recent_photos.size %] |