-
Notifications
You must be signed in to change notification settings - Fork 0
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Merge pull request #1 from qcovery/vufind9
Vufind9
- Loading branch information
Showing
12 changed files
with
35 additions
and
139 deletions.
There are no files selected for viewing
Empty file.
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,11 @@ | ||
# DependentWorks | ||
This module displays related publications and volumes. | ||
|
||
## Usage | ||
Integrate the module in the `modules` directory of VuFind and activate it by adding `DependentWorks` to `VUFIND_LOCAL_MODULES`. | ||
When adding the module manually make sure to copy and adapt the config file and copy/symlink the theme. | ||
|
||
Add the following line to your detail view: | ||
```php | ||
<?=$this->render('RecordDriver/SolrDefault/dependentworks-core.phtml') ?> | ||
``` |
Empty file.
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Empty file.
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file was deleted.
Oops, something went wrong.
Empty file.
Empty file.
Empty file modified
0
theme/templates/RecordDriver/SolrDefault/dependentworks-core.phtml
100644 → 100755
Empty file.