GHSVS-de / plg_system_hyphenateghsvs

Joomla plugin. Hyphenation for browsers that do NOT support CSS property hyphens (e.g. Chrome) or do not support languages you selected in this plugin.
0 stars 0 forks source link

Don't load if print #48

Open ReLater opened 5 years ago

ReLater commented 5 years ago
        $print = $this->app->input->getBool('print');

        if ($print)
        {
            return;
        }