1
0
mirror of https://github.com/e107inc/e107.git synced 2025-07-27 09:50:49 +02:00

More example code in _blank

This commit is contained in:
Cameron
2012-11-27 20:25:15 -08:00
parent 0f8210d6c2
commit de55d6911a

View File

@@ -10,6 +10,13 @@
* *
*/ */
require_once("../../class2.php"); require_once("../../class2.php");
e107::js('_blank','js/my.js','jquery'); // Load Plugin javascript and include jQuery framework
e107::css('_blank','css/my.css'); // load css file
e107::lan('_blank'); // load language file ie. e107_plugins/_blank/languages/English.php
e107::meta('keywords','some words'); // add meta data to <HEAD>
require_once(HEADERF); // render the header (everything before the main content area) require_once(HEADERF); // render the header (everything before the main content area)