Changeset 15 for trunk/inc/my/profile/personal.inc.php
- Timestamp:
- 08/09/05 22:30:14 (7 years ago)
- Files:
-
- 1 modified
-
trunk/inc/my/profile/personal.inc.php (modified) (2 diffs)
Legend:
- Unmodified
- Added
- Removed
-
trunk/inc/my/profile/personal.inc.php
r1 r15 23 23 ******************** http://opensource.ikse.net/projects/dotnode ***/ 24 24 25 $ smarty->assign('Title','Personal Profile');25 $_SMARTY['Title'] = 'Personal Profile'; 26 26 27 27 /*if(!$_SESSION['my_profile_interests']) … … 65 65 error_log($_SERVER['HTTP_HOST'].' | '.__FILE__.' | '.$user_personal->getUserInfo()); 66 66 67 $ smarty->assign('my',$my);67 $_SMARTY['my'] = $my; 68 68 69 69
