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> <table>
<thead> <thead>
<tr> <tr>
<th>Site</th> <th>Title</th>
<th>Curator</th> <th>Artist</th>
<th>Collection</th> <th>Collection</th>
<th>Date</th> <th>Date</th>
</tr> </tr>

View File

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