Foorum::Plugin::FoorumUtils - pollute $c by Foorum


Foorum documentation  | view source Contained in the Foorum distribution.

Index


NAME

Top

Foorum::Plugin::FoorumUtils - pollute $c by Foorum

FUNCTIONS

Top

load_once

Multi-times [% c.load_once('jquery.js') %] would only write one script tag in TT.

It is a trick for INCLUDE tt.html may call the same script src many times.

so does css. [% c.load_once('default.css') %]

We insert before the 'jquery.js' with [% c.config.dir.js %] and the 'default.css' with [% c.config.dir.static %]/css

AUTHOR

Top

Fayland Lam <fayland at gmail.com>


Foorum documentation  | view source Contained in the Foorum distribution.