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