diff options
author | rvelices <rv-github@modusoptimus.com> | 2006-12-21 23:49:12 +0000 |
---|---|---|
committer | rvelices <rv-github@modusoptimus.com> | 2006-12-21 23:49:12 +0000 |
commit | b1a6316ca2f5f79891c6170049bfd06650847e49 (patch) | |
tree | 6875a8ac04560174d14ab4ed7a854ca66dbe04bf /template/yoga/header.tpl | |
parent | cab8f98c4ab88a0ad05f2359099c883675319084 (diff) |
Very small corrections:
- syntax error (action.php)
- language (call to l10n_dec and English language)
- replace some fetch_array with fetch_assoc (less memory used)
- removed one unnecessary assign_block_vars
- removed meta name="robots" (conflict with notification.php)
git-svn-id: http://piwigo.org/svn/trunk@1678 68402e56-0260-453c-a942-63ccdbb3a9ee
Diffstat (limited to '')
-rw-r--r-- | template/yoga/header.tpl | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/template/yoga/header.tpl b/template/yoga/header.tpl index 5032a3f04..563da9ec1 100644 --- a/template/yoga/header.tpl +++ b/template/yoga/header.tpl @@ -3,7 +3,6 @@ <html lang="{LANG}" dir="{DIR}"> <head> <meta http-equiv="Content-Type" content="text/html; charset={CONTENT_ENCODING}"> -<meta name="robots" content="index, follow"> <meta name="generator" content="PhpWebGallery (aka PWG), see www.phpwebgallery.net"> <!-- BEGIN header_meta --> <meta name="author" content="{header_meta.INFO_AUTHOR}"> |