By dre2phresh on
How would I go about removing and replacing "node, node-type" or anything that has to do with the word node from my html, and replacing it with something more semantic like article, article-type and so on?
How would I go about removing and replacing "node, node-type" or anything that has to do with the word node from my html, and replacing it with something more semantic like article, article-type and so on?
Comments
Perhaps the string override
Perhaps the string override module will help.
http://drupal.org/project/stringoverrides
amend html
just amend the relevant template e.g. page.tpl.php block.tpl.php etc etc