Changeset 760 for trunk/category.php


Ignore:
Timestamp:
Mar 26, 2005, 11:35:07 PM (19 years ago)
Author:
plg
Message:
  • "add to caddie" link is visible only when categories contains elements. Only admin users can see this link
  • elements batch management : impossible to create a link between category and element that already exists
  • logical separation of category name under thumbnail and element name
File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/category.php

    r755 r760  
    311311{
    312312  include(PHPWG_ROOT_PATH.'include/category_default.inc.php');
     313
     314  if ('admin' == $user['status'])
     315  {
     316    $template->assign_block_vars('caddie', array());
     317  }
    313318}
    314319elseif (isset($page['cat']) and $page['cat'] == 'calendar')
Note: See TracChangeset for help on using the changeset viewer.