'smarty' .
DIRECTORY_SEPARATOR;
}
/**
* Returns the less directory for the passed theme.
*
* @return string
*/
public function getLessDirectory(Shop\Template $template)
{
return $this->getPublicDirectory($template) .
DIRECTORY_SEPARATOR .
'src' .
DIRECTORY_SEPARATOR .
'less';
}
/**
* Returns the less directory for the passed theme.
*
* @return string
*/