Sunday, March 9, 2008

/** content.html.php
* Writes Readmore Button
*/
function ReadMore ( &$row, &$params ) {
if ( $params->get( 'readmore' ) ) {
if ( $params->get( 'intro_only' ) && $row->link_text ) {
?>


}
}
}

No comments: