View Issue Details

IDProjectCategoryView StatusLast Update
0001373OXID eShop (all versions)4.07. Source code, Testpublic2012-12-10 13:45
Reporterandreas_ziethen Assigned To 
PriorityhighSeveritymajorReproducibilityalways
Status resolvedResolutionfixed 
Product Version4.1.6 revision 22740 
Fixed in Version4.2.0 revision 23610 
Summary0001373: wrong if-clause in template _header_plain.tpl
DescriptionIn template _header_plain.tpl there's this block:

[{if $oView->noIndex()}]
<meta name="ROBOTS" content="NOINDEX, NOFOLLOW">
[{elseif $oView->noIndex() == 2 }]
<meta name="ROBOTS" content="NOINDEX, FOLLOW">
[{/if}]

As you might see, the second condition will never be hit cause either the first one is true or both are false. In _header.tpl it's correct but not here.
TagsNo tags attached.
Theme
BrowserAll
PHP Version5.2.6
Database Version5.0.33

Activities

There are no notes attached to this issue.