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