mirror of
https://gitlab.archlinux.org/archlinux/aurweb.git
synced 2025-02-03 10:43:03 +01:00
Add description meta-element to package pages
Implements FS#33294 Signed-off-by: Lukas Fleischer <archlinux@cryptocrack.de>
This commit is contained in:
parent
b004333ead
commit
8e1051932e
4 changed files with 66 additions and 39 deletions
|
@ -297,7 +297,7 @@ function db_connect() {
|
|||
*
|
||||
* @return void
|
||||
*/
|
||||
function html_header($title="") {
|
||||
function html_header($title="", $details=array()) {
|
||||
global $AUR_LOCATION;
|
||||
global $DISABLE_HTTP_LOGIN;
|
||||
global $LANG;
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue