diff options
Diffstat (limited to 'views/js/pageshells/pageshell.php')
| -rw-r--r-- | views/js/pageshells/pageshell.php | 27 |
1 files changed, 0 insertions, 27 deletions
diff --git a/views/js/pageshells/pageshell.php b/views/js/pageshells/pageshell.php deleted file mode 100644 index 982bbcb86..000000000 --- a/views/js/pageshells/pageshell.php +++ /dev/null @@ -1,27 +0,0 @@ -<?php - - /** - * Elgg JS pageshell - * - * @package Elgg - * @subpackage Core - - * @author Curverider Ltd - - * @link http://elgg.org/ - */ - - $body = $vars['body']; - - // Remove excess carriage returns - $body = str_replace("\r",'',$body); - - $body = explode("\n",$body); - - foreach($body as $line) { - - echo "document.write('" . addslashes($line) . "');\n"; - - } - -?>
\ No newline at end of file |
