Fixed request right search panel on article page.
This commit is contained in:
parent
16b916b199
commit
f00630d4d8
1 changed files with 1 additions and 1 deletions
|
@ -13,7 +13,7 @@
|
|||
<#include "menu.ftl">
|
||||
|
||||
<div id="articleWrapper">
|
||||
<#if currentServlet = "individual" && currentServlet != "display"?? >
|
||||
<#if currentServlet = "individual" && currentServlet != "display">
|
||||
<div id="searchRightpanel">
|
||||
<#include "customsearchpanel.ftl" >
|
||||
</div>
|
||||
|
|
Loading…
Add table
Reference in a new issue