Bored? Looking to kill some time? Want to chat with other SMF users? Join us in IRC chat or Discord
Additional Info |
---|
Type
|
Package ID
karlbenson:EasyEditMetaData
|
First Created
April 10, 2007, 04:34:04 PM
|
Last Updated
January 18, 2008, 11:36:32 PM
|
<meta name="description" content="', $context['page_title'], '" />
';
echo (!empty($modSettings['meta_description'])) ? ' <meta name="description" content="'. $modSettings['meta_description'] .'" />' : '<meta name="description" content="'. $context['page_title'] .'" />
, '
<meta name="keywords" content="PHP, MySQL, bulletin, board, free, open, source, smf, simple, machines, forum" />
;
echo (!empty($modSettings['meta_keywords'])) ? '
<meta name="keywords" content="'. $modSettings['meta_keywords'] .'" />' : '';
echo (!empty($modSettings['meta_copyright'])) ? '
<meta name="copyright" content="'. $modSettings['meta_copyright'] .'" />' : '';
echo (!empty($modSettings['meta_author'])) ? '
<meta name="author" content="'. $modSettings['meta_author'] .'" />' : '';
echo '