Actions
Feature proposal #4394
closedImplement new framework function to add current active menu item metadata to the header
Description
Currently when assigning meta description, keywords, robot, and browser page title in a menu item for CB it does nothing. Implement a framework function to grab this information and add it to the header then use it on frontend views of each of CBs menu item destinations.
Updated by krileon almost 11 years ago
Simply call $_CB_framework->setMenuMeta() to add menu meta. It's best called after all your rendering is applied to ensure it can override inline usages.
Updated by krileon almost 11 years ago
- Status changed from Assigned to Resolved
- % Done changed from 50 to 100
Actions