Changeset 343 for trunk/aktuality/news.php
- Timestamp:
- Jan 17, 2012, 1:00:26 PM (13 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/aktuality/news.php
r340 r343 51 51 $Output = '<div class="NewsPanel"><div class="Title">'.$Row['Caption']; 52 52 $Output .= '<div class="Action"><a href="aktuality/index.php?category='.$Category.'">Zobrazit</a>'; 53 if($this->System->Mod ules['User']->CheckPermission('News', 'Insert', 'Group', $Category))53 if($this->System->Models['User']->CheckPermission('News', 'Insert', 'Group', $Category)) 54 54 $Output .= ' <a href="aktuality/index.php?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.