Skip to content
GitLab
Menu
Projects
Groups
Snippets
/
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in
Toggle navigation
Menu
Open sidebar
Michael Joyce
digitallibsfuca
Commits
1d77ffec
Commit
1d77ffec
authored
Sep 22, 2016
by
Mark Jordan
Browse files
Added celticconnection:collection to list of PDF newspapers.
parent
b8618e9e
Changes
1
Hide whitespace changes
Inline
Side-by-side
digitallibsfuca.module
View file @
1d77ffec
...
...
@@ -33,7 +33,8 @@ function digitallibsfuca_theme() {
function
digitallibsfuca_islandora_collectioncmodel_islandora_view_object
(
AbstractObject
$object
)
{
global
$base_url
;
$host
=
'http://newspapers.lib.sfu.ca'
;
$pdf_newspapers
=
array
(
'comm:collection'
,
'bcf:collection'
,
'bcss:collection'
,
'peak-a:collection'
);
$pdf_newspapers
=
array
(
'comm:collection'
,
'bcf:collection'
,
'bcss:collection'
,
'peak-a:collection'
,
'celticconnection:collection'
);
module_load_include
(
'inc'
,
'islandora_basic_collection'
,
'includes/utilities'
);
// The second parameter needs to be 0 on newspapers.lib.sfu.ca to work.
$ret
=
islandora_basic_collection_display_query_sparql
(
$object
,
0
,
1
);
...
...
Write
Preview
Supports
Markdown
0%
Try again
or
attach a new file
.
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment