This website works better with JavaScript.
Explore
Help
Sign In
Code
/
pressbooks-aldine
Watch
8
Star
0
Fork
You've already forked pressbooks-aldine
0
Code
Issues
Pull Requests
Projects
Releases
Wiki
Activity
pressbooks aldine theme the theme used for the front page or default book
catalog
publishing
pressbooks-theme
pressbooks
default-theme
95
Commits
2
Branches
49
Tags
17 MiB
Tree:
084e534330
pressbooks-aldine
/
app
/
controllers
/
About.php
11 lines
96 B
Raw
Normal View
History
Unescape
Escape
Initial commit.
8 years ago
<?php
Update namespace and textdomain.
8 years ago
namespace Aldine;
Initial commit.
8 years ago
use Sober\Controller\Controller;
class About extends Controller
{
}