Browse code

Implement a new fullpage.js based scrolling and slide handling and remove the old one

Benjamin Roth authored on27/03/2015 12:46:35
Showing1 changed files
... ...
@@ -1,8 +1,8 @@
1 1
 
2
-<div class="<?php echo $this->class; ?> onepage-page<?php if ($this->eSM_op_theme): ?> <?php echo $this->eSM_op_theme; ?><?php endif; ?> block"<?php echo $this->cssID; ?><?php if ($this->style): ?> style="<?php echo $this->style; ?>"<?php endif; ?>>
2
+<div class="<?php echo $this->class; ?> onepage-page<?php if ($this->eSM_op_theme): ?> <?php echo $this->eSM_op_theme; ?><?php endif; ?><?php if ($this->eSM_op_valign): ?> onepage-valign-<?php echo $this->eSM_op_valign; ?> block"<?php echo $this->cssID; ?><?php if ($this->style): ?> style="<?php echo $this->style; ?>"<?php endif; ?>>
3 3
 
4 4
 <?php if ($this->eSM_op_scrollIndicator): ?>
5 5
   <a class="onepage-scroll-prev"><?php echo $GLOBALS['TL_LANG']['MSC']['goBack']; ?></a>
6 6
 <?php endif; ?>
7 7
 
8
-  <div class="onepage-page-content<?php if ($this->eSM_op_valign): ?> onepage-valign-<?php echo $this->eSM_op_valign; ?><?php endif; ?>">
8
+  <div class="onepage-page-content<?php endif; ?>">
Browse code

Initial commit

Benjamin Roth authored on26/03/2015 16:10:20
Showing1 changed files
1 1
new file mode 100644
... ...
@@ -0,0 +1,8 @@
1
+
2
+<div class="<?php echo $this->class; ?> onepage-page<?php if ($this->eSM_op_theme): ?> <?php echo $this->eSM_op_theme; ?><?php endif; ?> block"<?php echo $this->cssID; ?><?php if ($this->style): ?> style="<?php echo $this->style; ?>"<?php endif; ?>>
3
+
4
+<?php if ($this->eSM_op_scrollIndicator): ?>
5
+  <a class="onepage-scroll-prev"><?php echo $GLOBALS['TL_LANG']['MSC']['goBack']; ?></a>
6
+<?php endif; ?>
7
+
8
+  <div class="onepage-page-content<?php if ($this->eSM_op_valign): ?> onepage-valign-<?php echo $this->eSM_op_valign; ?><?php endif; ?>">