Skip to content

Expands configuration checks#629

Merged
fho4abcd merged 2 commits intoABCD-DEVCOM:masterfrom
rogercgui:improvements-to-opac
Apr 5, 2026
Merged

Expands configuration checks#629
fho4abcd merged 2 commits intoABCD-DEVCOM:masterfrom
rogercgui:improvements-to-opac

Conversation

@rogercgui
Copy link
Copy Markdown
Member

Adds the selected database and the pre-configured link to abcd.def

// Checks whether a database has been selected
if (isset($_REQUEST['base'])) {
	$baseActual = "&base=".$_REQUEST['base'];
} else {
	$baseActual = "";
}

// Checks whether a URL is set in abcd.def 
if (isset($opac_gdef['link_logo'])) {
	$link_logo = $opac_gdef['link_logo']. $baseActual;
} else {
	$link_logo = "/" . $opac_path. $baseActual;
}

@fho4abcd fho4abcd merged commit bb649da into ABCD-DEVCOM:master Apr 5, 2026
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

2 participants