changes curator

This commit is contained in:
buttle 2021-05-31 11:50:30 +02:00
parent 5359f3a74c
commit dc1f2565c1
2 changed files with 4 additions and 2 deletions

View File

@ -9,8 +9,8 @@ $collections = $archiveSiteHelper->getCollections();
<table>
<thead>
<tr>
<th>Site</th>
<th>Curator</th>
<th>Title</th>
<th>Artist</th>
<th>Collection</th>
<th>Date</th>
</tr>

View File

@ -29,6 +29,7 @@ if ($img_src) {
<?php } ?>
<script>
/*
<?php
if ($this->site->title() != "Collections") {
$_html = '<a href="'.$this->site->url().'">'.$this->site->title().'</a>';
@ -37,6 +38,7 @@ if ($img_src) {
}
?>
$("#archive_page_title").html('<?php echo $_html ?>');
*/
</script>