Closed Mihari closed 9 years ago
Ha ha, oops. Change lines 12 and 56 in webcomic/image.php
:
<?php inkblot_widgetized('webcomic-header'); ?>
…
<?php inkblot_widgetized('webcomic-footer'); ?>
to:
<?php print inkblot_widgetized('webcomic-header'); ?>
…
<?php print inkblot_widgetized('webcomic-footer'); ?>
The widgets @Mihari mentioned appear to be missing again:
I notice the relevant file is now webcomic/display.php
and lines 12 and 56 do currently read:
<?php print inkblot_widgetized('webcomic-header'); ?>
and
<?php print inkblot_widgetized('webcomic-footer'); ?>
as you indicated.
Is there something else missing?
Webcomic Above and Below widgetized areas seem to be missing.