Update 'Upgrading Omeka core'
parent
0b23d5d7ad
commit
81884502fe
|
@ -23,7 +23,6 @@ Then edit the new file, adding these lines `-->>`
|
|||
|
||||
```
|
||||
<?php foreach ($this->blockLayout()->getLayouts() as $layout): ?>
|
||||
-->> <?php if ($layout == "html") { continue; } ?>
|
||||
-->> <?php if ($layout == "tableOfContents") { continue; } ?>
|
||||
-->> <?php if ($layout == "searchingForm") { continue; } ?>
|
||||
<button type="button" value="<?php echo $escape($layout); ?>" class="option">
|
||||
|
|
Loading…
Reference in New Issue