Changeset 383 for trunk/Modules/News/News.php
- Timestamp:
- Jan 23, 2012, 10:37:31 AM (13 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/Modules/News/News.php
r378 r383 130 130 $Output = '<div class="NewsPanel"><div class="Title">'.$Row['Caption']; 131 131 $Output .= '<div class="Action"><a href="aktuality/?category='.$Category.'">Zobrazit</a>'; 132 if($this->System->Mod els['User']->CheckPermission('News', 'Insert', 'Group', $Category))132 if($this->System->Modules['User']->Models['User']->CheckPermission('News', 'Insert', 'Group', $Category)) 133 133 $Output .= ' <a href="aktuality/?action=add&category='.$Category.'">Přidat</a>'; 134 134 $Output .= '</div></div><div class="Content">';
Note:
See TracChangeset
for help on using the changeset viewer.