- b2evolution CMS User Manual
- Developer Reference
- How to... (Customize)
- Include Item Feedback
Include Item Feedback
You can customize the default item feedback by copying the generic /skins/_item_feedback.inc.php file into the current skin folder.
Example
skin_include( '_item_feedback.inc.php', array(
'before_section_title' => '<h3>',
'after_section_title' => '</h3>',
) );