Posts
 
Reputation
Joined
Last Seen
0 Reputation Points
Unknown Quality Score

No one has voted on any posts yet. Votes from other community members are used to determine a member's reputation amongst their peers.

0 Endorsements
Ranked #107.71K
~299 People Reached
Favorite Forums
Favorite Tags

1 Posted Topic

Member Avatar for Xytheron

Assuming you created a CMS Page already and name of that page is `your_page_name` this name should be included in `if ($headBlock->getModuleName() == 'Mage_Page' && $headBlock->getTitle() =='your_page_name'):` Now add this code in your `app/design/frontend/your_package/your_theme/template/page/html/head.phtml` You can read more at [Magento extensions documentation](https://www.magentoextensions.org/documentation/class_magento_1_1_mtf_1_1_client_1_1_element_1_1_jquerytree_element.html)

Member Avatar for Max_21
0
299

The End.