$channel = $GLOBALS['injector']->getInstance('Jonah_Driver')->getChannel($channel_id);
if (empty($channel['channel_story_url'])) {
-<<<<<<< HEAD
$story_url = Horde::url('stories/view.php', true);
$story_url = Horde_Util::addParameter($story_url, array('channel_id' => '%c', 'id' => '%s'));
-=======
- $story_url = Horde::url('stories/view.php', true);
- $story_url = Horde_Util::addParameter($story_url, array('channel_id' => '%c', 'story_id' => '%s'));
->>>>>>> master
} else {
$story_url = $channel['channel_story_url'];
}