Changeset 500 for trunk/aktuality/index.php
- Timestamp:
- Mar 10, 2013, 10:08:23 AM (12 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/aktuality/index.php
r438 r500 90 90 if($this->System->Modules['User']->CheckPermission('News', 'Insert', 'Group', $Category)) 91 91 { 92 //print_r($_FILES);93 92 // Process uploaded file 94 93 $EnclosureFileNames = array('enclosure1', 'enclosure2', 'enclosure3'); … … 122 121 { 123 122 $Row['Content'] = str_replace('<br />', '', $Row['Content']); 124 $Output .= '<strong> Editaceaktuality v kategorii '.$CategoryName.':</strong><br />';123 $Output .= '<strong>Úprava aktuality v kategorii '.$CategoryName.':</strong><br />'; 125 124 $Output .= '<form action="index.php?action=update" method="post">'. 126 125 '<input type="hidden" value="'.$_GET['id'].'" name="id">'.
Note:
See TracChangeset
for help on using the changeset viewer.