DokuWiki

It's better when it's simple

User Tools

Site Tools


plugin:zerolinecss

ZerolineCSS Plugin

Compatible with DokuWiki

No compatibility info given!

plugin Inlines CSS that has a 'rel=zerolinecss'

Last updated on
2021-12-20
Provides
Action
Repository
Source
Requires
metaheaders

This extension has not been updated in over 2 years. It may no longer be maintained or supported and may have compatibility issues.

Tagged with css, inline, template

Installation

Search and install the plugin using the Extension Manager. Refer to Plugins on how to install plugins manually.

For detailed information check out the GitHub repository.

Examples/Usage

In your template place the following script before the `tpl_metaheaders()` call (requires metaheaders plugin):

<?php
        global $headers, $clear, $updateVersion;
 
        $headers['link'][] = array(
            'rel' => 'zerolinecss',
            'type' => 'text/css',
            'href' => '/lib/exe/css.php?t=' . $conf['template'] . '&tseed=' . md5($updateVersion)
        );
 
        tpl_metaheaders();
?>

Change Log

plugin/zerolinecss.txt · Last modified: 2021-12-20 15:11 by gamma

Except where otherwise noted, content on this wiki is licensed under the following license: CC Attribution-Share Alike 4.0 International
CC Attribution-Share Alike 4.0 International Donate Powered by PHP Valid HTML5 Valid CSS Driven by DokuWiki