add page_helpers

This commit is contained in:
Jörg Thalheim 2012-07-26 16:09:59 +02:00
parent 84a708e19d
commit c9789dc60d
1 changed files with 5 additions and 0 deletions

5
helpers/page_helpers.rb Normal file
View File

@ -0,0 +1,5 @@
module PageHelpers
def head_profile
data.page.head_profile or ""
end
end