mirror of
https://github.com/moodle/moodle.git
synced 2025-08-05 08:56:36 +02:00
Merged the removale of unneccessary includes
This commit is contained in:
parent
c42b6f7dd3
commit
c50e6a74df
1 changed files with 0 additions and 3 deletions
|
@ -1,8 +1,5 @@
|
||||||
<?PHP //$Id$
|
<?PHP //$Id$
|
||||||
|
|
||||||
require_once(dirname(dirname(dirname(__FILE__))).'/config.php');
|
|
||||||
require_once($CFG->dirroot.'/mod/forum/lib.php');
|
|
||||||
|
|
||||||
class block_search_forums extends block_base {
|
class block_search_forums extends block_base {
|
||||||
function init() {
|
function init() {
|
||||||
$this->title = get_string('blocktitle', 'block_search_forums');
|
$this->title = get_string('blocktitle', 'block_search_forums');
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue