Add description meta-element to package pages

Implements FS#33294

Signed-off-by: Lukas Fleischer <archlinux@cryptocrack.de>
This commit is contained in:
Marcel Korpel 2013-01-09 17:41:33 +00:00 committed by Lukas Fleischer
parent b004333ead
commit 8e1051932e
4 changed files with 66 additions and 39 deletions

View file

@ -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;