Changeset 425 for branches/Modular/Install.php
- Timestamp:
- Oct 10, 2012, 12:21:38 PM (12 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
branches/Modular/Install.php
r424 r425 14 14 foreach($System->Modules as $Module) 15 15 { 16 if($Module->I nstalled) $Actions = '<a href="?a=uninstall&m='.$Module->Name.'">Odinstalovat</td>';16 if($Module->IsInstalled()) $Actions = '<a href="?a=uninstall&m='.$Module->Name.'">Odinstalovat</td>'; 17 17 else $Actions = '<a href="?a=install&m='.$Module->Name.'">Instalovat</td>'; 18 if($Module->I nstalled) $Installed = 'Ano';18 if($Module->IsInstalled()) $Installed = 'Ano'; 19 19 else $Installed = 'Ne'; 20 20 $Deps = implode(', ', $Module->Dependencies);
Note:
See TracChangeset
for help on using the changeset viewer.