Articles
* distinguish between articles for dbpage and other articles * can be served by url instead of arbitrary picked type/typeId-pair * save access to article in db (not used yet) * serve correct g_pageInfo if on article-page SiteReputation/Privileges * implemented info pages
This commit is contained in:
parent
939a3f1e31
commit
5360b09d0f
21 changed files with 554 additions and 111 deletions
|
|
@ -118,6 +118,9 @@ switch ($pageCall)
|
|||
case 'help':
|
||||
case 'faq':
|
||||
case 'aboutus':
|
||||
case 'reputation':
|
||||
case 'privilege':
|
||||
case 'privileges':
|
||||
(new MorePage($pageCall, $pageParam))->display();
|
||||
break;
|
||||
case 'latest-additions':
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue