diff options
author | dave <dave@36083f99-b078-4883-b0ff-0f9b5a30f544> | 2009-01-27 13:34:47 +0000 |
---|---|---|
committer | dave <dave@36083f99-b078-4883-b0ff-0f9b5a30f544> | 2009-01-27 13:34:47 +0000 |
commit | 9aa18690b2cf8e5556efa3544deada27ae300b66 (patch) | |
tree | 80bf60161e347f46487e4ea7b6a6da04d45572dc /views/default/admin | |
parent | dba76f20052963b863b562ce774536367df9def8 (diff) | |
download | elgg-9aa18690b2cf8e5556efa3544deada27ae300b66.tar.gz elgg-9aa18690b2cf8e5556efa3544deada27ae300b66.tar.bz2 |
small admin tweak
git-svn-id: https://code.elgg.org/elgg/trunk@2621 36083f99-b078-4883-b0ff-0f9b5a30f544
Diffstat (limited to 'views/default/admin')
-rw-r--r-- | views/default/admin/statistics.php | 36 |
1 files changed, 18 insertions, 18 deletions
diff --git a/views/default/admin/statistics.php b/views/default/admin/statistics.php index 7e94fb167..75ece8eb1 100644 --- a/views/default/admin/statistics.php +++ b/views/default/admin/statistics.php @@ -1,22 +1,22 @@ -<?php - /** - * Elgg statistics screen - * - * @package Elgg - * @subpackage Core - * @license http://www.gnu.org/licenses/old-licenses/gpl-2.0.html GNU Public License version 2 - * @author Curverider Ltd - * @copyright Curverider Ltd 2008-2009 - * @link http://elgg.org/ - */ - - global $CONFIG; - - // echo "<p>" . autop(elgg_echo("admin:statistics:description")) . "</p>"; - +<?php
+ /**
+ * Elgg statistics screen
+ *
+ * @package Elgg
+ * @subpackage Core
+ * @license http://www.gnu.org/licenses/old-licenses/gpl-2.0.html GNU Public License version 2
+ * @author Curverider Ltd
+ * @copyright Curverider Ltd 2008-2009
+ * @link http://elgg.org/
+ */
+
+ global $CONFIG;
+
+ // echo "<p>" . autop(elgg_echo("admin:statistics:description")) . "</p>";
+
?>
- <p>
+ <!-- <p>
<?php echo elgg_echo('admin:statistics:description'); ?>
<a href="http://elgg.com/"><?php echo elgg_echo('learnmore'); ?></a>
- </p>
\ No newline at end of file + </p> -->
\ No newline at end of file |