diff --git a/www/application/controllers/Member.php b/www/application/controllers/Member.php index 274beda..2cba7e5 100644 --- a/www/application/controllers/Member.php +++ b/www/application/controllers/Member.php @@ -145,6 +145,10 @@ class Member extends Member_Controller { $this->configure(); } + public function viewSharePage(){ + echo "Test"; + } + public function addNotecard() { $data = array(); diff --git a/www/application/views/member/view_configure.php b/www/application/views/member/view_configure.php index 83d897a..516b63f 100644 --- a/www/application/views/member/view_configure.php +++ b/www/application/views/member/view_configure.php @@ -76,7 +76,7 @@
Go to Page - Share Page + Share Page Delete
@@ -98,9 +98,12 @@

People you share with here

-
- +
+
+
@@ -122,3 +125,22 @@ + \ No newline at end of file