<?php if($controller && $route): ?> <?php echo action("{$controller}@{$route}", array()); ?> <?php endif; ?>