diff --git a/downloads-get-instructions.php b/downloads-get-instructions.php index aabc61797..ed31e9eff 100644 --- a/downloads-get-instructions.php +++ b/downloads-get-instructions.php @@ -26,7 +26,7 @@ if ($options['os'] === 'osx' || $options['os'] === 'windows') { } } -if (in_array($options['usage'], ['fw-drupal', 'fw-laravel', 'fw-symfony', 'fw-wordpress'])) { +if (in_array($options['usage'], ['fw-drupal', 'fw-laravel', 'fw-symfony', 'fw-wordpress', 'fw-joomla'])) { $file = "{$options['usage']}"; $options['os'] = null; } diff --git a/downloads.php b/downloads.php index 4029a263a..b549a658b 100644 --- a/downloads.php +++ b/downloads.php @@ -55,6 +55,7 @@ $usage = [ 'web' => 'Web Development', 'cli' => 'CLI/Library Development', 'fw-drupal' => 'Drupal Development', + 'fw-joomla' => 'Joomla Development', 'fw-laravel' => 'Laravel Development', 'fw-symfony' => 'Symfony Development', 'fw-wordpress' => 'WordPress Development', diff --git a/include/download-instructions/fw-joomla.php b/include/download-instructions/fw-joomla.php new file mode 100644 index 000000000..1173ee7a9 --- /dev/null +++ b/include/download-instructions/fw-joomla.php @@ -0,0 +1,6 @@ +
+Instructions for installing PHP for Joomla! development can be found on: +
+ \ No newline at end of file