mirror of
https://github.com/ACSPRI/queXS
synced 2024-04-02 12:12:16 +00:00
Can define centre and project information in administrative menu
Able to edit questionnaires RS text and name Can disable/enable questionnaires for viewing in admin interface RS text entered via new CKEditor including ability to insert tokens/template replace text Added setting table and associated getter/setter functions (currently only used for centre information but could add more)
This commit is contained in:
11
info.php
11
info.php
@@ -1,6 +1,6 @@
|
||||
<?
|
||||
/**
|
||||
* Display information about this project/centre
|
||||
* Display information about this centre
|
||||
*
|
||||
*
|
||||
* This file is part of queXS
|
||||
@@ -44,11 +44,14 @@ include ("functions/functions.xhtml.php");
|
||||
*/
|
||||
include ("lang.inc.php");
|
||||
|
||||
/**
|
||||
* Database
|
||||
*/
|
||||
include ("db.inc.php");
|
||||
|
||||
xhtml_head(T_("Information"));
|
||||
|
||||
?>
|
||||
<p>ACSPRI Website: <a href='http://www.acspri.org.au'>http://www.acspri.org.au</a></p>
|
||||
<?
|
||||
print get_setting("information");
|
||||
|
||||
xhtml_foot();
|
||||
|
||||
|
||||
Reference in New Issue
Block a user