summaryrefslogtreecommitdiffstats
path: root/web/template/pkg_details.php
diff options
context:
space:
mode:
Diffstat (limited to 'web/template/pkg_details.php')
-rw-r--r--web/template/pkg_details.php4
1 files changed, 4 insertions, 0 deletions
diff --git a/web/template/pkg_details.php b/web/template/pkg_details.php
index bd08282..d4e4e4e 100644
--- a/web/template/pkg_details.php
+++ b/web/template/pkg_details.php
@@ -112,6 +112,10 @@ $sources = package_sources($row["ID"]);
<table id="pkginfo">
<tr>
+ <th><?= __('Package Base') . ': ' ?></th>
+ <td class="wrap"><a href="<?= htmlspecialchars(get_pkgbase_uri($row['BaseName']), ENT_QUOTES); ?>"><?= htmlspecialchars($row['BaseName']); ?></a></td>
+ </tr>
+ <tr>
<th><?= __('Description') . ': ' ?></th>
<td class="wrap"><?= htmlspecialchars($row['Description']); ?></td>
</tr>