diff options
Diffstat (limited to 'web/template/pkg_details.php')
-rw-r--r-- | web/template/pkg_details.php | 4 |
1 files changed, 4 insertions, 0 deletions
diff --git a/web/template/pkg_details.php b/web/template/pkg_details.php index bd08282c..d4e4e4ed 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> |