summaryrefslogtreecommitdiffstats
path: root/templates/phpexec.inc.php
diff options
context:
space:
mode:
Diffstat (limited to 'templates/phpexec.inc.php')
-rw-r--r--templates/phpexec.inc.php4
1 files changed, 2 insertions, 2 deletions
diff --git a/templates/phpexec.inc.php b/templates/phpexec.inc.php
index 18c33be..db8373a 100644
--- a/templates/phpexec.inc.php
+++ b/templates/phpexec.inc.php
@@ -1,5 +1,5 @@
<?PHP
- Uses('message', 'links');
+ Uses('links');
class phpexec_template {
function GetPage($data) {
@@ -16,7 +16,7 @@
}
function GetEditor($data) {
- $title = 'Edit \'' . $data['_page'] . '\'';
+ $title = '{{Edit \'' . $data['_page'] . '\'}}';
$content = '<h2>' . $title . '</h2>';
$content .= '<form method="post" action="' . $GLOBALS['links']->GetNeonLink('Pages:Edit') . '">';