Ignore:
Timestamp:
Jul 22, 2008, 3:29:38 AM (16 years ago)
Author:
rvelices
Message:
  • remove admin :hover css rule (bouncing thumbnails in caddie FF)
  • move some code from notification.php to notification.tpl
  • remove some unused variables from picture.php
  • make random.php work even if top_number is a lot (some issues solved with url length)
File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/notification.php

    r2299 r2446  
    6969$page['meta_robots']=array('noindex'=>1, 'nofollow'=>1);
    7070
    71 $template->append('head_elements',
    72     '<link rel="alternate" type="application/rss+xml" href="'.$feed_url.'">'
    73   );
    7471
    7572$template->set_filenames(array('notification'=>'notification.tpl'));
     
    8683// +-----------------------------------------------------------------------+
    8784include(PHPWG_ROOT_PATH.'include/page_header.php');
    88 $template->parse('notification');
     85$template->pparse('notification');
    8986include(PHPWG_ROOT_PATH.'include/page_tail.php');
    9087
Note: See TracChangeset for help on using the changeset viewer.