2 /* This file is part of Syj, Copyright (c) 2010 Arnaud Renevier,
3 and is published under the AGPL license. */
5 class TermsofuseController extends Zend_Controller_Action
7 public function indexAction() {
8 $this->view->headLink()->appendStylesheet('css/generic.css', 'all');
9 $this->view->headLink()->appendStylesheet('css/termsofuse.css', 'all');
10 $this->view->headTitle($this->view->translate("terms of use"));
11 $this->view->rawmode = ($this->getRequest()->getQuery('format') == 'raw');