Skip to content

Commit

Permalink
zpBootstrap theme definitivly doesn't manage slideshow plugin
Browse files Browse the repository at this point in the history
  • Loading branch information
vincent3569 committed Jul 17, 2018
1 parent 8f4d305 commit 12ec7b2
Show file tree
Hide file tree
Showing 4 changed files with 0 additions and 34 deletions.
9 changes: 0 additions & 9 deletions album_standard.php
Expand Up @@ -17,15 +17,6 @@
<?php printAlbumDesc(); ?>
</div>

<!-- TO DO : à revoir -->
<?php if (extensionEnabled('slideshow')) { ?>
<ul class="pager pull-right hidden-phone margin-bottom-reset"> <!--hidden-phone -->
<li>
<?php printSlideShowLink(gettext('Slideshow')); ?>
</li>
</ul>
<?php } ?>

<?php
printPageListWithNav('«', '»', false, true, 'pagination pagination-sm', NULL, true, 7);

Expand Down
9 changes: 0 additions & 9 deletions favorites.php
Expand Up @@ -20,15 +20,6 @@
<p><?php printAlbumDesc(); ?></p>
</div>

<!-- TO DO : à revoir -->
<?php if (extensionEnabled('slideshow')) { ?>
<ul class="pager pull-right hidden-phone"> <!--hidden-phone -->
<li>
<?php printSlideShowLink(gettext('Slideshow')); ?>
</li>
</ul>
<?php } ?>

<?php
printPageListWithNav('«', '»', false, true, 'pagination pagination-sm', NULL, true, 7);

Expand Down
5 changes: 0 additions & 5 deletions image.php
Expand Up @@ -21,11 +21,6 @@
<li class="disabled"><a href="#">&larr; <?php echo gettext('prev'); ?></a></li>
<?php } ?>

<!-- TO DO : à revoir -->
<?php if (($isMobile) && (extensionEnabled('slideshow'))) { ?>
<?php printSlideShowLink(gettext('Slideshow')); ?>
<?php } ?>

<?php if (hasNextImage()) { ?>
<li><a href="<?php echo html_encode(getNextImageURL()); ?>" title="<?php echo gettext('Next Image'); ?>"><?php echo gettext('next'); ?> &rarr;</a></li>
<?php } else { ?>
Expand Down
11 changes: 0 additions & 11 deletions search.php
Expand Up @@ -69,17 +69,6 @@
}
}

/* TO DO : à revoir */
if (extensionEnabled('slideshow')) {
?>
<ul class="pager pull-right margin-top-reset hidden-phone"> <!--hidden-phone -->
<li>
<?php printSlideShowLink(gettext('Slideshow')); ?>
</li>
</ul>
<?php
}

printPageListWithNav('«', '»', false, true, 'pagination pagination-sm', NULL, true, 7);

if (getNumAlbums() > 0) {
Expand Down

0 comments on commit 12ec7b2

Please sign in to comment.