Changeset 524 for trunk/Modules/News/News.php
- Timestamp:
- Apr 20, 2013, 8:51:15 PM (12 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/Modules/News/News.php
r506 r524 51 51 $Output = '<div class="NewsPanel"><div class="Title">'.$Row['Caption']; 52 52 $Output .= '<div class="Action"><a href="aktuality/?category='.$Category.'">Zobrazit</a>'; 53 if($this->System-> Modules['User']->CheckPermission('News', 'Insert', 'Group', $Category))53 if($this->System->User->CheckPermission('News', 'Insert', 'Group', $Category)) 54 54 $Output .= ' <a href="aktuality/?action=add&category='.$Category.'">Přidat</a>'; 55 55 $Output .= '</div></div><div class="Content">';
Note:
See TracChangeset
for help on using the changeset viewer.