class WelcomeController extends Gdn_Controller{
public function Initialize(){
if($this->DeliveryType() == DELIVERY_TYPE_ALL){
$this->Head = new HeadModule($this);
$this->Head->AddScript('js/library/jquery.js');
$this->Head->AddScript('js/library/jquery.livequery.js');
$this->Head->AddScript('js/library/jquery.menu.js');
$this->Head->AddScript('js/global.js');
}
$this->AddCssFile('menu.css');
$this->AddCssFile('garden.css');
parent::Initialize();
}
// See applications\garden\controllers\appcontroller.php
}It looks like you're new here. If you want to get involved, click one of these buttons!