X-Git-Url: https://git.ucc.asn.au/?a=blobdiff_plain;f=testing%2FMCTXWeb%2Fpublic_html%2Fusers%2Foriginal%2Fleft-nav.php;fp=testing%2FMCTXWeb%2Fpublic_html%2Fusers%2Foriginal%2Fleft-nav.php;h=b6f053eaf3cb1adbcccdcf3fed256dda1757ca55;hb=5303f53cb44fffd4c59890d3c333f74d7cd7cb4e;hp=0000000000000000000000000000000000000000;hpb=3dfde391486e81a357e08a24ccb7903c8adfa5aa;p=matches%2FMCTX3420.git diff --git a/testing/MCTXWeb/public_html/users/original/left-nav.php b/testing/MCTXWeb/public_html/users/original/left-nav.php new file mode 100644 index 0000000..b6f053e --- /dev/null +++ b/testing/MCTXWeb/public_html/users/original/left-nav.php @@ -0,0 +1,44 @@ + +
  • Account Home
  • +
  • User Settings
  • +
  • Logout
  • + "; + + //Links for permission level 2 (default admin) + if ($loggedInUser->checkPermission(array(2))){ + echo " + "; + } +} +//Links for users not logged in +else { + echo " + "; +} + +?>