{php} $title = strtolower($this->_tpl_vars['title']); $title = str_replace(array('?',':','’','"',"'",',',';','!'), '', $title); $title = str_replace('&', 'and', $title); $title = str_replace(' ', '-', $title); $link = "?story=" . $this->_tpl_vars['id'] .'.'. $title; $this->_tpl_vars['link'] = $link; {/php}

{$title}

Read story

{$_EDIT_START_}{$_EDIT_END_}