Tutorial Extension
1.0.0
SellerDeck Extensions - Tutorial Extension
Main Page
Related Pages
Namespaces
Classes
Files
File List
tutorial_source
app
public
index.php
1
<?php
2
date_default_timezone_set(
'GMT'
);
3
4
//
5
// Extension entry point
6
//
7
require_once(
'../../framework/bootstrap.php'
);
8
echo load_view(EXTENSION_VIEW_ROOT .
"main.php"
);
Generated on Thu Sep 22 2016 08:10:25 for Tutorial Extension by
1.8.10