Web   ·   Wiki   ·   Activities   ·   Blog   ·   Lists   ·   Chat   ·   Meeting   ·   Bugs   ·   Git   ·   Translate   ·   Archive   ·   People   ·   Donate
summaryrefslogtreecommitdiffstats
path: root/site/app/views/api/api_addon.thtml
diff options
context:
space:
mode:
Diffstat (limited to 'site/app/views/api/api_addon.thtml')
-rw-r--r--site/app/views/api/api_addon.thtml4
1 files changed, 2 insertions, 2 deletions
diff --git a/site/app/views/api/api_addon.thtml b/site/app/views/api/api_addon.thtml
index ab736fb..077f91b 100644
--- a/site/app/views/api/api_addon.thtml
+++ b/site/app/views/api/api_addon.thtml
@@ -147,7 +147,7 @@
}?>
</reviews>
*/ ?>
- <learnmore><?php echo $amo.'/addon/'.$addon['Addon']['id']; ?></learnmore>
+ <learnmore><?php echo $amo.'/addon/'.$addon['Addon']['id']; ?>?src=api</learnmore>
<?php if ($api_version > 0 ) {
foreach($addon['fileinfo'] as $file) {?>
<install hash='<?php echo $file['File']['hash'];?>'
@@ -156,7 +156,7 @@
.$file['File']['filename']; ?></install>
<?php }
} else { ?>
- <install hash='<?php echo $addon['File']['hash'];?>'><?php echo $amo.'/downloads/file/'.$addon['File']['id'].'/'.$addon['File']['filename']; ?></install>
+ <install hash='<?php echo $addon['File']['hash'];?>'><?php echo $amo.'/downloads/file/'.$addon['File']['id'].'/'.$addon['File']['filename']; ?>?src=api</install>
<?php
} ?>
<?php