mirror of
https://github.com/Sarjuuk/aowow.git
synced 2025-11-29 15:58:16 +08:00
Home
* added variable titles and oneliners to frontpage * added cascading foreign keys to news_overlay -> news * renamed news -> featuredbox for consistency Misc * aowow_dbversion is now part of the basic sql * also the db-dump is a fresh one and i'm shocked how often i forgot to apply updated there :< * from now on shorttags will be used for 'echo' in template (e.g. <?=$var; ?>)
This commit is contained in:
@@ -8,12 +8,14 @@ if (!CLI)
|
||||
|
||||
|
||||
/* provide these with basic content
|
||||
aowow_announcements 1 P
|
||||
aowow_articles 1 P
|
||||
aowow_config 1 P
|
||||
aowow_news 1 P
|
||||
aowow_news_overlay 1 E
|
||||
aowow_sourcestrings 2 P
|
||||
aowow_announcements
|
||||
aowow_articles
|
||||
aowow_config
|
||||
aowow_home_featuredbox
|
||||
aowow_home_featuredbox_overlay
|
||||
aowow_home_oneliners
|
||||
aowow_home_titles
|
||||
aowow_sourcestrings
|
||||
*/
|
||||
|
||||
|
||||
@@ -198,4 +200,4 @@ class SqlGen
|
||||
}
|
||||
}
|
||||
|
||||
?>
|
||||
?>
|
||||
|
||||
Reference in New Issue
Block a user