File tree Expand file tree Collapse file tree 1 file changed +3
-3
lines changed Expand file tree Collapse file tree 1 file changed +3
-3
lines changed Original file line number Diff line number Diff line change 126
126
<button class="install btn btn-success" id="appssubmitbutton" onclick="return Joomla.installfromwebexternal('<?php echo $ extension_data ->downloadurl ; ?> ');" type="submit"><span class="icon-cart"></span> <?php echo JText::_ ('COM_APPS_INSTALL_PURCHASE ' ) . "… " ; ?> </button>
127
127
<?php endif ; ?>
128
128
<?php elseif ($ extension_data ->fields ->get ('29 ' )) : ?>
129
- <?php if ((is_numeric ($ extension_data ->type ) && $ extension_data ->type == 0 ) || $ extension_data ->type == 1 || (strtolower ($ extension_data ->fields ->get ('50 ' )) == "non-commercial " && strtolower ($ extension_data ->fields ->get ('38 ' )) != "require registration to download " )): ?>
129
+ <?php if ((is_numeric ($ extension_data ->type ) && $ extension_data ->type == 0 ) || $ extension_data ->type == 1 || (strtolower ($ extension_data ->fields ->get ('50 ' )) == "free " && strtolower ($ extension_data ->fields ->get ('38 ' )) != "require registration to download " )): ?>
130
130
<a target="_blank" class="transcode install btn btn-success" href="<?php echo $ extension_data ->fields ->get ('29 ' ); ?> "><span class="icon-download"></span> <?php echo JText::_ ('COM_APPS_INSTALL_DOWNLOAD_EXTERNAL ' ) . "… " ; ?> </a>
131
- <?php elseif ($ extension_data ->type == 2 || (strtolower ($ extension_data ->fields ->get ('50 ' )) == "non-commercial " && strtolower ($ extension_data ->fields ->get ('38 ' )) == "require registration to download " )): ?>
131
+ <?php elseif ($ extension_data ->type == 2 || (strtolower ($ extension_data ->fields ->get ('50 ' )) == "free " && strtolower ($ extension_data ->fields ->get ('38 ' )) == "require registration to download " )): ?>
132
132
<a target="_blank" class="install btn btn-success" href="<?php echo $ extension_data ->fields ->get ('29 ' ); ?> "><span class="icon-pencil"></span> <?php echo JText::_ ('COM_APPS_INSTALL_REGISTER_DOWNLOAD_EXTERNAL ' ) . "… " ; ?> </a>
133
- <?php elseif ($ extension_data ->type == 3 || (strtolower ($ extension_data ->fields ->get ('50 ' )) != "non-commercial " )): ?>
133
+ <?php elseif ($ extension_data ->type == 3 || (strtolower ($ extension_data ->fields ->get ('50 ' )) != "free " )): ?>
134
134
<a target="_blank" class="install btn btn-success" href="<?php echo $ extension_data ->fields ->get ('29 ' ); ?> "><span class="icon-cart"></span> <?php echo JText::_ ('COM_APPS_INSTALL_PURCHASE_EXTERNAL ' ) . "… " ; ?> </a>
135
135
<?php endif ; ?>
136
136
<?php endif ; ?>
You can’t perform that action at this time.
0 commit comments