Condition for CMS page

<?php Mage::app()->getFrontController()->getRequest()->getRouteName() == ‘cms’ ) :?>

//code

<?php endif; ?>