<?php if (is_category('2')) { include(TEMPLATEPATH . '/archive-pro.php'); } else { include(TEMPLATEPATH . '/archive-news.php'); } ?>