mirror of
https://github.com/Piwigo/Piwigo.git
synced 2026-03-28 17:42:57 +01:00
feature 583: notification infromation can be filtered by the requester
(optionnally no comments/new users...) small lang correction in header.tpl git-svn-id: http://piwigo.org/svn/trunk@1636 68402e56-0260-453c-a942-63ccdbb3a9ee
This commit is contained in:
@@ -52,6 +52,8 @@ INSERT INTO '.USER_FEED_TABLE.'
|
||||
pwg_query($query);
|
||||
|
||||
$feed_url=PHPWG_ROOT_PATH.'feed.php?feed='.$page['feed'];
|
||||
$feed_image_only_url=$feed_url.'&image_only';
|
||||
|
||||
// +-----------------------------------------------------------------------+
|
||||
// | template initialization |
|
||||
// +-----------------------------------------------------------------------+
|
||||
@@ -74,7 +76,8 @@ $template->set_filenames(array('notification'=>'notification.tpl'));
|
||||
|
||||
$template->assign_vars(
|
||||
array(
|
||||
'FEED_URL' => $feed_url,
|
||||
'U_FEED' => $feed_url,
|
||||
'U_FEED_IMAGE_ONLY' => $feed_image_only_url,
|
||||
'U_HOME' => make_index_url(),
|
||||
)
|
||||
);
|
||||
|
||||
Reference in New Issue
Block a user