start('sidebar'); echo $this->Html->link( 'Add Monitor', array('controller' => 'monitors', 'action' => 'add')); $this->end(); ?>
$mon): ?>
LiveStream->makeLiveStream($mon['Monitor']['Name'], $streamSrc[$monitor], $mon['Monitor']['Id'], $width); ?>

Html->link($mon['Monitor']['Name'],array('controller' => 'monitors', 'action' => 'view', $mon['Monitor']['Id'])); ?>

Html->link($mon['Monitor']['Function'], array('action' => 'edit', $mon['Monitor']['Id'])); ?>