changes curator
This commit is contained in:
parent
5359f3a74c
commit
dc1f2565c1
|
@ -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>
|
||||
|
|
|
@ -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>
|
||||
|
||||
|
||||
|
|
Loading…
Reference in New Issue