This website requires JavaScript.
Explore
Help
Sign In
HalfTone
/
website
Watch
1
Star
0
Fork
0
You've already forked website
Code
Issues
Pull Requests
Packages
Projects
Releases
Wiki
Activity
f74eeaafc9
website
/
app
/
routes
/
about.php
8 lines
100 B
PHP
Raw
Normal View
History
Unescape
Escape
Added the project's files to the repo
2015-08-30 12:34:43 -04:00
<
?
php
Changed views from .php extension to .twig
2016-04-20 21:06:02 -04:00
Added the project's files to the repo
2015-08-30 12:34:43 -04:00
$app
->
get
(
'/about'
,
function
()
use
(
$app
)
{
Changed views from .php extension to .twig
2016-04-20 21:06:02 -04:00
$app
->
render
(
'about.twig'
);
Added the project's files to the repo
2015-08-30 12:34:43 -04:00
})
->
name
(
'about'
);
Reference in New Issue
Copy Permalink