README.txt |
README.txt |
|
The Simple Meta module provides a flexible and easy method to set meta tags, such as page title, description and keywords for pages.
You don't need to edit each node page anymore. Just click on the "Meta" tab which appears after… |
simplemeta.admin.inc |
simplemeta.admin.inc |
|
Administration |
simplemeta.api.php |
simplemeta.api.php |
|
Documents available hooks of the SimpleMeta module. |
simplemeta.css |
css/simplemeta.css |
|
#simplemeta-meta-form.simplemeta-meta-form-ajax *{
margin: 0;
padding: 0;
}
#simplemeta-meta-form.simplemeta-meta-form-ajax {
position: fixed;
left: 0;
bottom: 0;
background: #bbb;
background: rgba(187,187,187,0.6);
width: 255px;
… |
simplemeta.info |
simplemeta.info |
|
name = Simple Meta
description = The Simple Meta module provides a flexible method to set meta tags, such as page title, keywords and description for current website page.
package = SEO
core = 7.x
configure = admin/content/simplemeta/settings |
simplemeta.install |
simplemeta.install |
|
Installation hooks and helper functions |
simplemeta.module |
simplemeta.module |
|
SimpleMeta module. |
simplemeta.theme.inc |
simplemeta.theme.inc |
|
Theming |