Custom content blocks for top_links and footer
This commit is contained in:
@@ -51,4 +51,8 @@ module ApplicationHelper
|
||||
def image_path_for(filename)
|
||||
SiteCustomization::Image.image_path_for(filename) || filename
|
||||
end
|
||||
|
||||
def content_block(name, locale)
|
||||
SiteCustomization::ContentBlock.block_for(name, locale)
|
||||
end
|
||||
end
|
||||
|
||||
Reference in New Issue
Block a user