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

13 lines
248 B
PHP
Raw Permalink Normal View History

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