'NIV', 'clickTooltip'=>'false', 'showTooltips'=>'true' ] ); $HTMLFooterFmt[] = << EOF; return ""; // replace with nothing } # Display a Verse of the Day from BibleGateway # See https://www.biblegateway.com/usage/votd/custom_votd/ function BibleVOTD($m) { extract($GLOBALS['MarkupToHTML']); $args = ParseArgs($m[1]); SDVA($args, [ 'version'=>'NIV' ] ); return Keep(<< EOF); } # Provide a form to search BibleGateway # See https://www.biblegateway.com/usage/form/ function BibleSearch($m) { extract($GLOBALS['MarkupToHTML']); $args = ParseArgs($m[1]); SDVA($args, [ 'title'=>'Lookup a word or passage in the Bible', 'buttontext'=>'Search BibleGateway.com', 'logo'=>1 ] ); $logo = ($args['logo'] ? ' BibleGateway.com
' : ''); return Keep(<<
$args[title]


$logo
EOF); }