Changeset 1539 for trunk/notification.php
- Timestamp:
- Aug 17, 2006, 3:56:14 AM (18 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/notification.php
r1082 r1539 52 52 pwg_query($query); 53 53 54 $feed_url=PHPWG_ROOT_PATH.'feed.php?feed='.$page['feed']; 54 55 // +-----------------------------------------------------------------------+ 55 56 // | template initialization | … … 58 59 $title = l10n('Notification'); 59 60 $page['body_id'] = 'theNotificationPage'; 61 $template->assign_block_vars('head_element', 62 array( 63 'CONTENT' => '<meta name="robots" content="noindex,nofollow">' 64 ) 65 ); 66 $template->assign_block_vars('head_element', 67 array( 68 'CONTENT' => '<link rel="alternate" type="application/rss+xml" href="'.$feed_url.'">' 69 ) 70 ); 71 60 72 include(PHPWG_ROOT_PATH.'include/page_header.php'); 61 73 $template->set_filenames(array('notification'=>'notification.tpl')); … … 63 75 $template->assign_vars( 64 76 array( 65 'FEED_URL' => PHPWG_ROOT_PATH.'feed.php?feed='.$page['feed'],77 'FEED_URL' => $feed_url, 66 78 'U_HOME' => make_index_url(), 67 79 )
Note: See TracChangeset
for help on using the changeset viewer.