root/devel-backup/units/weblogs/weblogs_user_info.php

Revision 45, 301 bytes (checked in by sven, 3 years ago)

dos2unix to clean line endings, set svn property eol-style native, some whitespace homogenisation

  • Property svn:eol-style set to native
Line 
1 <?php
2
3     global $profile_id;
4     
5     // If this is someone else's portfolio, display the user's icon
6         if ($profile_id != $_SESSION['userid']) {
7             run("users:infobox", array(gettext("Profile Owner"),array($profile_id)));
8         } else {
9             run("users:infobox", array(gettext("You"),array($profile_id)));
10         }
11
12 ?>
Note: See TracBrowser for help on using the browser.