You are here

function theme_simplemeta_meta_title in Simple Meta 6.2

Same name and namespace in other branches
  1. 7 simplemeta.theme.inc \theme_simplemeta_meta_title()

File

./simplemeta.theme.inc, line 26
theming

Code

function theme_simplemeta_meta_title($meta) {
  return '';
}