mirror of
https://github.com/gtbu/Typesetter-5.3-p8.git
synced 2024-11-21 21:59:12 +01:00
__construct
This commit is contained in:
parent
ff7f10747b
commit
5906a2b1ca
2 changed files with 2 additions and 2 deletions
|
@ -3,7 +3,7 @@ defined('is_running') or die('Not an entry point...');
|
|||
|
||||
|
||||
class Example_Map{
|
||||
function Example_Map(){
|
||||
function __construct(){
|
||||
global $page, $addonRelativeCode;
|
||||
|
||||
//add css and js to <head>
|
||||
|
|
|
@ -2,7 +2,7 @@
|
|||
defined('is_running') or die('Not an entry point...');
|
||||
|
||||
class Example_Ajax{
|
||||
function Example_Ajax(){
|
||||
function __construct(){
|
||||
global $page, $addonRelativeCode;
|
||||
|
||||
//prepare the page
|
||||
|
|
Loading…
Reference in a new issue