* @license GNU General Public License, version 2 (GPL-2.0) * * For full copyright and license information, please see * the docs/CREDITS.txt file. * */ namespace phpbb\template\twig\node; class includecss extends \phpbb\template\twig\node\includeasset { /** * {@inheritdoc} */ public function get_definition_name() { return 'STYLESHEETS'; } /** * {@inheritdoc} */ public function append_asset(\Twig_Compiler $compiler) { $compiler ->raw("raw("\$asset_file . '\"") ->raw(' rel="stylesheet" type="text/css" media="screen, projection" />') ; } } '> Tools for Managing TranslationsYuri Chornoivan [yurchor]
aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorYuri Chornoivan <yurchor@ukr.net>2017-06-23 14:48:24 +0300
committerYuri Chornoivan <yurchor@ukr.net>2017-06-23 14:48:24 +0300
commit177606a2e855b82f284c25aea1d332632ea92044 (patch)
tree7a5953369728d79ebe373a3d001e487a8c195ca4
parent2f58113d6ca2f2cd7dfcb363b2f443a66848a96f (diff)
downloadtools-177606a2e855b82f284c25aea1d332632ea92044.tar
tools-177606a2e855b82f284c25aea1d332632ea92044.tar.gz
tools-177606a2e855b82f284c25aea1d332632ea92044.tar.bz2
tools-177606a2e855b82f284c25aea1d332632ea92044.tar.xz
tools-177606a2e855b82f284c25aea1d332632ea92044.zip
Update translations
Diffstat