From 77fd1f51a3c5f5a52f72ef8a299fe368228e2285 Mon Sep 17 00:00:00 2001 From: vdigital Date: Fri, 23 May 2008 21:05:41 +0000 Subject: git-svn-id: http://piwigo.org/svn/trunk@2357 68402e56-0260-453c-a942-63ccdbb3a9ee --- BSF/notification.php | 91 ++++++++++++++++++++++++++++++++++++++++++++++++++++ 1 file changed, 91 insertions(+) create mode 100644 BSF/notification.php (limited to 'BSF/notification.php') diff --git a/BSF/notification.php b/BSF/notification.php new file mode 100644 index 000000000..6271fd004 --- /dev/null +++ b/BSF/notification.php @@ -0,0 +1,91 @@ +1, 'nofollow'=>1); + +$template->append('head_elements', + '' + ); + +$template->set_filenames(array('notification'=>'notification.tpl')); + +$template->assign( + array( + 'U_FEED' => $feed_url, + 'U_FEED_IMAGE_ONLY' => $feed_image_only_url, + ) + ); + +// +-----------------------------------------------------------------------+ +// | html code display | +// +-----------------------------------------------------------------------+ +include(PHPWG_ROOT_PATH.'include/page_header.php'); +$template->parse('notification'); +include(PHPWG_ROOT_PATH.'include/page_tail.php'); + +?> \ No newline at end of file -- cgit v1.2.3