Actions used in BuddyApp template:
kleo_header
– Used to add the header to the page
– @hooked kleo_show_header
kleo_before_main
– goes inside div#main; after Header and Breadcrumb section
kleo_before_content
– render something before the main content and sidebar
kleo_before_main_content
– render something above the main content only
kleo_after_main_content
– render something below the main content only
kleo_after_content
– render something after the main content and sidebar but still in the main section(with classes container-wrap & main-color)
kleo_after_main
– render something after the main content and sidebar but right before the closing div#main HTML tag
kleo_after_footer
– render something after footer content
kleo_after_page
– render something after closing #page HTML tag