Skip to content

Commit

Permalink
add world cup addons project
Browse files Browse the repository at this point in the history
  • Loading branch information
pascalchevrel committed May 22, 2014
1 parent 61d1165 commit bcbd904
Showing 1 changed file with 8 additions and 0 deletions.
8 changes: 8 additions & 0 deletions data/project.php
Expand Up @@ -26,11 +26,19 @@
$australis_all[] = ['file' => 'main.lang', 'site' => 0];
$australis_all[] = ['file' => 'apr2014.lang', 'site' => 6];

$worldcup_addons = [
['file' => 'worldcup.lang',
'site' => 7],
['file' => 'homefeeds.lang',
'site' => 7],
];

$pages = [
'default' => [
['file' => 'main.lang',
'site' => 0],
],
'worldcup_addons' => $worldcup_addons,
'australis_core' => $australis_core,
'australis_mozorg' => $australis_mozorg,
'australis_all' => $australis_all,
Expand Down

0 comments on commit bcbd904

Please sign in to comment.