for testing and deploying your application
for finding and fixing issues
for empowering human code reviews
<?php
/**
*
* @copyright (c) 2013 phpBB Group
* @license http://opensource.org/licenses/gpl-3.0.php GNU General Public License v3
* @author MichaelC
*/
namespace AppBundle\Controller;
use Symfony\Bundle\FrameworkBundle\Controller\Controller;
class AboutController extends Controller
{
public function getInvolvedAction()
$templateVariables = array(
'FORUM_EVENTS' => '/community/search.php?keywords=%5BEVENT%5D&terms=all&fid%5B%5D=64&sc=1&sf=titleonly&sr=topics&sk=t&sd=d&st=0&ch=300&t=0&submit=Search',
'TRANSLATIONS_APPLY' => '/languages/apply.php',
);
return $this->render('AppBundle:About:getInvolved.html.twig', $templateVariables);
}
public function contactAction()
'ICON_POST_REPORT' => '/community/styles/prosilver/imageset/icon_post_report.gif',
return $this->render('AppBundle:About:contact.html.twig', $templateVariables);