
Step 1: Creating the Skeleton
<?php $this->applications['mopple'] = array( 'fileroot' => dirname(__FILE__) . '/../mopple', 'webroot' => $this->applications['horde']['webroot'] . '/mopple', 'name' => _("MP3 Library"), 'status' => 'active', 'menu_parent' => 'organizing' ); ?>
|