• render('project/dropdown', array('project' => $project)) ?>
  • url->link(t('Back to the board'), 'board', 'show', array('project_id' => $project['id'])) ?>
  • url->link(t('Back to the calendar'), 'calendar', 'show', array('project_id' => $project['id'])) ?>
  • url->link(t('All projects'), 'project', 'index') ?>
render($sidebar_template, array('project' => $project)) ?>