Ignore:
Timestamp:
Dec 6, 2006, 2:07:03 AM (17 years ago)
Author:
rvelices
Message:

feature 583: notification infromation can be filtered by the requester
(optionnally no comments/new users...)
small lang correction in header.tpl

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/notification.php

    r1539 r1636  
    5353
    5454$feed_url=PHPWG_ROOT_PATH.'feed.php?feed='.$page['feed'];
     55$feed_image_only_url=$feed_url.'&image_only';
     56
    5557// +-----------------------------------------------------------------------+
    5658// |                        template initialization                        |
     
    7577$template->assign_vars(
    7678  array(
    77     'FEED_URL' => $feed_url,
     79    'U_FEED' => $feed_url,
     80    'U_FEED_IMAGE_ONLY' => $feed_image_only_url,
    7881    'U_HOME' => make_index_url(),
    7982    )
Note: See TracChangeset for help on using the changeset viewer.