Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

How to add media="all" to <link> tag #129

Closed
aurelien-w opened this issue Apr 27, 2015 · 1 comment
Closed

How to add media="all" to <link> tag #129

aurelien-w opened this issue Apr 27, 2015 · 1 comment

Comments

@aurelien-w
Copy link

Hello,

How can I change the attribute media="sceen " to media="all" ?
In the configuration file ?

<!-- Style -->
<?php echo $this->plugin('HeadStyle'); ?>
<?php echo $this->headLink(array('rel' => 'shortcut icon', 'type' => 'image/vnd.microsoft.icon', 'href' => $this->basePath().'/img/favicon.ico')); ?>
'modules' => array(
        'application' => array(
            'root_path' => __DIR__ . '/../assets',
            'collections' => array(
                'head_css' => array(
                    'assets' => array(
                        'css/bootstrap.min.css',
                        'css/style.css',
                    ),
                    'filters' => array(
                        'CssRewriteFilter' => array(
                            'name' => 'Assetic\Filter\CssRewriteFilter'
                        ),
                    ),
                ),
            ),
        ),
    ),

Thank you

@widmogrod
Copy link
Owner

Duplicate of #125

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants