i need to modify a magento backend section:
Catalog -> Manage Categories, now select a category and then go to General Information section.
Now if meta-description and meta-keyword textarea are empty, magento insert a default value in renderized html, e.g.:
meta name="description" content="Default Description"
meta name="keywords" content="Magento, Varien, E-commerce">
I need to retrieve that value and show it in that backend section. anybody could help?