{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}
  • {if $embed_url} {else} {/if}

    {$title}

    {$content|strip_tags|truncate:200}

    Learn More

    {$_EDIT_START_}{$_EDIT_END_}