diff --git a/downloads-get-instructions.php b/downloads-get-instructions.php index aabc617978..ed31e9eff9 100644 --- a/downloads-get-instructions.php +++ b/downloads-get-instructions.php @@ -26,7 +26,7 @@ } } -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 4029a263a9..b549a658b7 100644 --- a/downloads.php +++ b/downloads.php @@ -55,6 +55,7 @@ function option(string $value, string $desc, $attributes = []): string '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 0000000000..1173ee7a98 --- /dev/null +++ b/include/download-instructions/fw-joomla.php @@ -0,0 +1,6 @@ +

+Instructions for installing PHP for Joomla! development can be found on: +

+

+ยป https://manual.joomla.org/docs/get-started/ +

\ No newline at end of file