This website works better with JavaScript.
Explore
Help
Sign In
are0h
/
FipamoThemeKit
Watch
1
Star
0
Fork
You've already forked FipamoThemeKit
0
Code
Issues
Pull Requests
Packages
Projects
Releases
1
Wiki
Activity
You cannot select more than 25 topics
Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
a66377e597
develop
master
1.0.0
Branches
Tags
${ item.name }
Create tag
${ searchTerm }
Create branch
${ searchTerm }
from 'a66377e597'
${ noResults }
FipamoThemeKit
/
index.php
8 lines
89 B
PHTML
Raw
Normal View
History
Unescape
Escape
flipped kit to php, built class for basic routing, updated archive template to twig
4 years ago
<?php
require "vendor/autoload.php";
respeced class imports to follow psr-4 standard
3 years ago
use engine\StartKit as StartKit;
flipped kit to php, built class for basic routing, updated archive template to twig
4 years ago
updated dev server script to get current theme from package json
3 years ago
new StartKit();