diff options
author | Struan Donald <struan@exo.org.uk> | 2012-06-08 13:10:46 +0100 |
---|---|---|
committer | Struan Donald <struan@exo.org.uk> | 2012-06-08 13:10:46 +0100 |
commit | 49bb331f43f5fb88c8f61b8d637ce504f2ccd5a8 (patch) | |
tree | fffab630edbab3efd58c80cbe8eb1352c075b371 | |
parent | c1f4b150e08752b040cd931c8607135ba0654caf (diff) |
update recent_photos call for barnet
-rw-r--r-- | templates/web/barnet/index.html | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/templates/web/barnet/index.html b/templates/web/barnet/index.html index 33e12487a..82600625e 100644 --- a/templates/web/barnet/index.html +++ b/templates/web/barnet/index.html @@ -64,7 +64,7 @@ Modernizr.load({ [% - recent_photos = c.cobrand.recent_photos(5); + recent_photos = c.cobrand.recent_photos('front', 5); %] [% IF recent_photos.size %] |