summaryrefslogtreecommitdiff
path: root/app
diff options
context:
space:
mode:
authorGravatar Alexis Degrugillier <github@ainw.org> 2014-11-16 08:55:19 -0500
committerGravatar Alexis Degrugillier <github@ainw.org> 2014-11-16 08:55:19 -0500
commit91388c5b7602af44894e8283c18ca76b5b06ed43 (patch)
tree4e0d06303d25b96ccba552c71c24ac1483f251e7 /app
parentec55aa94bfb30cdb0cd701785189215dfaf2094a (diff)
Theme properties are more visible
Diffstat (limited to 'app')
-rw-r--r--app/views/configure/display.phtml4
1 files changed, 3 insertions, 1 deletions
diff --git a/app/views/configure/display.phtml b/app/views/configure/display.phtml
index 39582249e..1c925a5ca 100644
--- a/app/views/configure/display.phtml
+++ b/app/views/configure/display.phtml
@@ -38,7 +38,9 @@
<?php } ?>
</div>
<div class="properties">
- <?php echo $theme['name'] . ' — ' . _t('by') . ' ' . $theme['author']?>
+ <div><?php echo sprintf('%s - %s %s', $theme['name'], _t('by'), $theme['author']) ?></div>
+ <div><?php echo $theme['description'] ?></div>
+ <div class="page-number"><?php echo sprintf('%d/%d', $i, $slides) ?></div>
</div>
</li>
<?php $i++ ?>