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.
5b3844b196
develop
master
1.0.0
Branches
Tags
${ item.name }
Create tag
${ searchTerm }
Create branch
${ searchTerm }
from '5b3844b196'
${ noResults }
FipamoThemeKit
/
index.php
8 lines
77 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
Updating files and added php formatting First commit to the new repo so I'm doing a bit of housecleaning, which is cleaning up some old files, adding some changes that had been made elsewhere and adding a php format config file to normalize formatting across multiple projects.
2 years ago
require 'vendor/autoload.php';
flipped kit to php, built class for basic routing, updated archive template to twig
4 years ago
Updating files and added php formatting First commit to the new repo so I'm doing a bit of housecleaning, which is cleaning up some old files, adding some changes that had been made elsewhere and adding a php format config file to normalize formatting across multiple projects.
2 years ago
use engine\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();