Merge pull request #956 from annando/master
New database system that uses PDO if present/Test script for doing database upgrades.
This commit is contained in:
commit
31312ab1d2
33 changed files with 3430 additions and 109 deletions
|
|
@ -3,8 +3,10 @@
|
|||
* DO NOT EDIT THIS FILE, CHANGES WILL BE OVERWRITTEN
|
||||
*
|
||||
*}}
|
||||
<h4>{{$user}}</h4>
|
||||
{{include file="field_radio.tpl" field=$page_normal}}
|
||||
{{include file="field_radio.tpl" field=$page_community}}
|
||||
{{include file="field_radio.tpl" field=$page_prvgroup}}
|
||||
{{include file="field_radio.tpl" field=$page_soapbox}}
|
||||
{{include file="field_radio.tpl" field=$page_freelove}}
|
||||
<h4>{{$community}}</h4>
|
||||
{{include file="field_radio.tpl" field=$page_community}}
|
||||
{{include file="field_radio.tpl" field=$page_prvgroup}}
|
||||
|
|
|
|||
1
view/templates/theme_settings.tpl
Normal file
1
view/templates/theme_settings.tpl
Normal file
|
|
@ -0,0 +1 @@
|
|||
{{* Dummy file to avoid errors when installing themes *}}
|
||||
Loading…
Add table
Add a link
Reference in a new issue