Monday, March 10, 2008

use adobe spry menu bar with Joomla 1.5

to use spry menus just change built in main menu to flat list change the






and change css as joomla puts in a "menu"
before the suffix

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 ) {
?>


}
}
}