moved styles into css file, modified slider heigth for proper rendering issue #5 #6

Merged
chris merged 1 commits from fix/height-window-load into main 2021-09-08 12:01:10 +02:00
Owner

to solve issue #5 and an upgrade for php version changed <?= to <?php

see commit e6e7cf44f5

to solve issue #5 and an upgrade for `php` version changed `<?=` to `<?php` see commit https://git.hangar.org/arcHIVE-tech/SimpleCarousel-omeka-module/commit/e6e7cf44f57159725620e58a1d2851feaf6b79f2
jorge added 1 commit 2021-09-08 09:40:18 +02:00
chris merged commit e47725e14e into main 2021-09-08 12:01:10 +02:00
Owner

I have merged this but now I realize that..

<?php $variable ?>

does not echo the value

<?= $variable ?>

does echo the value

I will get this.

I have merged this but now I realize that.. ``` <?php $variable ?> ``` does not echo the value ``` <?= $variable ?> ``` does echo the value I will get this.
Author
Owner

thanks for the tip, i did mistake and thought it was deprecated, instead it wasn't

https://www.php.net/manual/en/function.echo.php

thanks for the tip, i did mistake and thought it was deprecated, instead it wasn't https://www.php.net/manual/en/function.echo.php
Sign in to join this conversation.
No reviewers
No Label
No Milestone
No project
No Assignees
2 Participants
Notifications
Due Date
The due date is invalid or out of range. Please use the format 'yyyy-mm-dd'.

No due date set.

Dependencies

No dependencies set.

Reference: arcHIVE-tech/SimpleCarousel-omeka-module#6
No description provided.