summaryrefslogtreecommitdiffstats
path: root/templates
diff options
context:
space:
mode:
authorneoraider <devnull@localhost>2006-09-19 00:53:00 +0200
committerneoraider <devnull@localhost>2006-09-19 00:53:00 +0200
commite5a1418503a1b0f7d20a0c5c51d44f10a881411a (patch)
treefc2e19d958382a93e778faecfd6db300d4e6cfea /templates
parent2390cba867a49e96156e9cf57cbf591182f98bd7 (diff)
downloadneon-e5a1418503a1b0f7d20a0c5c51d44f10a881411a.tar
neon-e5a1418503a1b0f7d20a0c5c51d44f10a881411a.zip
Interne Modulverwaltung neu geschrieben;
Basis modularisiert; das gesamte System an die neue Modulverwaltung angepasst.
Diffstat (limited to 'templates')
-rw-r--r--templates/default.inc.php2
-rw-r--r--templates/phpexec.inc.php3
2 files changed, 2 insertions, 3 deletions
diff --git a/templates/default.inc.php b/templates/default.inc.php
index 5ec0c75..12609c6 100644
--- a/templates/default.inc.php
+++ b/templates/default.inc.php
@@ -1,5 +1,5 @@
<?PHP
- require_once('code/message.inc.php');
+ Uses('message');
class default_template {
function Get($data) {
diff --git a/templates/phpexec.inc.php b/templates/phpexec.inc.php
index 0d0404d..3e542df 100644
--- a/templates/phpexec.inc.php
+++ b/templates/phpexec.inc.php
@@ -1,6 +1,5 @@
<?PHP
- require_once('code/message.inc.php');
- require_once('code/links.inc.php');
+ Uses('message', 'links');
class phpexec_template {
function Get($data) {