Links
Comment on page

Meta

Please note: This page is under construction and has not been finished yet.
Include meta tags in the html header.
e107::meta($name, $content, $extended);
Parameter
Type
Description
name
...
..
content
...
...
extended
...
...

Examples

e107::meta('keywords','some words');
e107::meta('apple-mobile-web-app-capable','yes');
TODO: add more examples