Remove XE Core from autoinstall category list

This commit is contained in:
Kijin Sung 2020-02-15 16:38:51 +09:00
parent 1d0c1a5329
commit 10f8fd7ebb

View file

@ -7,7 +7,7 @@
<div loop="$categories => $category" cond="$category->depth == 0"> <div loop="$categories => $category" cond="$category->depth == 0">
<h2>{$category->title}</h2> <h2>{$category->title}</h2>
<ul> <ul>
<li loop="$category->children => $children" class="active"|cond="$children->category_srl == $category_srl"> <li loop="$category->children => $children" class="active"|cond="$children->category_srl == $category_srl" cond="$children->category_srl != 18322907">
<a href="{getUrl('','module','admin','act','dispAutoinstallAdminIndex','category_srl',$children->category_srl,'childrenList','')}">{$children->title}({$children->nPackages})</a> <a href="{getUrl('','module','admin','act','dispAutoinstallAdminIndex','category_srl',$children->category_srl,'childrenList','')}">{$children->title}({$children->nPackages})</a>
</li> </li>
</ul> </ul>