westdc-zf1/application/default/controllers/CommunityController.php

13 lines
248 B
PHP
Executable File

<?php
class CommunityController extends Zend_Controller_Action
{
function indexAction()
{
//$this->_redirect('/metadata');
}
function preDispatch()
{
$this->view->config = Zend_Registry::get('config');
}
}