Ignore:
Timestamp:
Mar 21, 2008, 2:01:25 AM (16 years ago)
Author:
rvelices
Message:
  • minor language changes and use template->assign instead of template->assign_var
File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/notification.php

    r2240 r2288  
    7676  );
    7777
    78 include(PHPWG_ROOT_PATH.'include/page_header.php');
    7978$template->set_filenames(array('notification'=>'notification.tpl'));
    8079
    81 $template->assign_vars(
     80$template->assign(
    8281  array(
    8382    'U_FEED' => $feed_url,
    8483    'U_FEED_IMAGE_ONLY' => $feed_image_only_url,
    85     'U_HOME' => make_index_url(),
    8684    )
    8785  );
     
    9088// |                           html code display                           |
    9189// +-----------------------------------------------------------------------+
    92 
     90include(PHPWG_ROOT_PATH.'include/page_header.php');
    9391$template->parse('notification');
    9492include(PHPWG_ROOT_PATH.'include/page_tail.php');
Note: See TracChangeset for help on using the changeset viewer.