You appear to be a bot. Output may be restricted
Description
Return true if the CMS is Drupal
Usage
bw_is_drupal();
Parameters
Returns
voidSource
File name: oik/includes/bobbcomp.phpLines:
1 to 3 of 3
function bw_is_drupal() { return( bw_get_cms_type() == "Drupal" ); }View on GitHub View on Trac