: config) && isset($this->config->title)) { $thistitle = $this->config->title; } echo ''; ?> ( )
: config) && isset($this->config->linktext)) { $thistext = $this->config->linktext; } echo ''; ?> ( )
: config) && isset($this->config->displaytype)) { $selected = $this->config->displaytype; } else { if (! isset($CFG->block_contact_form_display_type) ) { $CFG->block_contact_form_display_type = '0'; } $selected = $CFG->block_contact_form_display_type; } $options = array ( '0' => 'Display as a button', '1' => 'Display as hyperlinked text' ); choose_from_menu ($options, 'displaytype', $selected); ?>
: