>

linkUsersFromModel($addon['User'], 0);?>

>

controller->Collection->isValidUUID($_GET['collection_id'])) { $_collection_uuid = $_GET['collection_id']; } else { $_collection_uuid = ''; } if (array_key_exists('src', $_GET) && in_array($_GET['src'], array('addondetail'))) { $_src = $_GET['src']; } else { $_src = ''; } $_install_render_options = array( 'addon' => $addon, 'compatible_apps' => array(), 'collection_uuid' => $_collection_uuid, 'src' => $_src, 'addonEULA' => '', // override a EULA if it exists since this page is pulling double duty 'is_latest' => $is_latest, 'platforms' => $platforms, 'buttonMessage' => $buttonMessage, 'is_eula_page' => true ); echo $installButton->button($_install_render_options); ?>