root/releases/0.1.1b/units/users/content_main_index.php

Revision 2, 405 bytes (checked in by sven, 3 years ago)

importing elgg-0.1.1a

Line 
1 <?php
2
3     $username = $_SESSION['username'];
4     $url = url;
5     $portfolio = url . $username;
6
7     $run_result .= <<< END
8     
9         <p>
10             <b>
11                 <a href="$portfolio">View your profile!</a>
12                 Your portfolio is the main way people find out about you. You can
13                 <a href="{$url}profile/edit.php">edit your details</a> and choose
14                 exactly what you want to share with whom.
15             </b>
16         </p>
17     
18 END;
19
20 ?>
Note: See TracBrowser for help on using the browser.