* @package Vhs * @subpackage ViewHelpers\Page */ class StaticPrefixViewHelper extends AbstractViewHelper { /** * @return string */ public function render() { if (FALSE === empty($GLOBALS['TSFE']->tmpl->setup['plugin.']['tx_vhs.']['settings.']['prependPath'])) { return $GLOBALS['TSFE']->tmpl->setup['plugin.']['tx_vhs.']['settings.']['prependPath']; } return ''; } }