1
0
mirror of https://github.com/e107inc/e107.git synced 2025-08-14 02:24:08 +02:00

introducing e107::css() and e107::js() - easy way to register CSS and JS scripts (core, themes, plugins).

This commit is contained in:
secretr
2012-05-14 06:26:52 +00:00
parent 48e964aafe
commit 375a194e2f
2 changed files with 98 additions and 1 deletions

View File

@@ -7,7 +7,7 @@
* GNU General Public License (http://gnu.org).
*
* $URL$
* Id$
* $Id$
*
*/
global $pref, $eplug_admin, $THEME_JSLIB, $THEME_CORE_JSLIB;