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