Magentoで実行されているサイトがあり、view.phtmlとlist.phtmlに手作りのコードをビルドしました
<?php $category = Mage::getModel('catalog/layer')->getCurrentCategory();?>
<?php if($category->getId()==80): ?>
Command what to do
<?php else: ?>
Else command this
<?php endif; ?>
私が作りたいのは、エコーする前に、より多くのカテゴリ(たとえば、80,81)をチェックすることです。コードを変更するにはどうすればよいですか?