From 66e281c8094d0e5882baa7c3a76a4b23b312329d Mon Sep 17 00:00:00 2001 From: dave Date: Tue, 11 Mar 2008 17:54:53 +0000 Subject: css, dashboard and topmenu tweaks git-svn-id: https://code.elgg.org/elgg/trunk@170 36083f99-b078-4883-b0ff-0f9b5a30f544 --- mod/dashboard/index.php | 11 +++++++++++ mod/dashboard/start.php | 22 ++++++++++++++++++++++ mod/dashboard/views/default/dashboard/welcome.php | 1 + 3 files changed, 34 insertions(+) create mode 100644 mod/dashboard/index.php create mode 100644 mod/dashboard/start.php create mode 100644 mod/dashboard/views/default/dashboard/welcome.php (limited to 'mod/dashboard') diff --git a/mod/dashboard/index.php b/mod/dashboard/index.php new file mode 100644 index 000000000..9f70ff6c0 --- /dev/null +++ b/mod/dashboard/index.php @@ -0,0 +1,11 @@ + \ No newline at end of file diff --git a/mod/dashboard/start.php b/mod/dashboard/start.php new file mode 100644 index 000000000..8eb99a37c --- /dev/null +++ b/mod/dashboard/start.php @@ -0,0 +1,22 @@ + \ No newline at end of file diff --git a/mod/dashboard/views/default/dashboard/welcome.php b/mod/dashboard/views/default/dashboard/welcome.php new file mode 100644 index 000000000..527ea88ba --- /dev/null +++ b/mod/dashboard/views/default/dashboard/welcome.php @@ -0,0 +1 @@ +

This will be a dashboard.

\ No newline at end of file -- cgit v1.2.3