url_get_full(array('instanceid' => $this->instance->id, 'sesskey' => $USER->sesskey, 'blockaction' => 'config', 'currentaction' => 'configblock', 'id' => $id)); $row[] = new tabobject('configblock', $script, get_string('configblock', 'block_rss_client')); $script = $page->url_get_full(array('instanceid' => $this->instance->id, 'sesskey' => $USER->sesskey, 'blockaction' => 'config', 'currentaction' => 'managefeeds', 'id' => $id)); $row[] = new tabobject('managefeeds', $script, get_string('managefeeds', 'block_rss_client')); $tabs[] = $row; /// Print out the tabs and continue! print '
'; print_tabs($tabs, $currentaction); print '
'; ?>