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:
Tobias Diekershoff 2014-05-09 21:55:01 +02:00
commit 31312ab1d2
33 changed files with 3430 additions and 109 deletions

View file

@ -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}}

View file

@ -0,0 +1 @@
{{* Dummy file to avoid errors when installing themes *}}