sintonia/application/views/scripts/playlist/index.phtml

20 lines
378 B
PHTML

<div><a href="<?php echo $this->url(
array(
'controller' => 'Playlist',
'action' => 'new'
),
'default',
true) ?>"> New Playlist</a></div>
<div><a href="<?php echo $this->url(
array(
'controller' => 'Playlist',
'action' => 'edit'
),
'default',
true) ?>"> Edit Playlist</a></div>
<?php
echo $this->form;