1 | 1 |
new file mode 100644 |
... | ... |
@@ -0,0 +1,9 @@ |
1 |
+<?php $this->block('content'); ?> |
|
2 |
+<?php //$this->dumpTemplateVars(); ?> |
|
3 |
+<div class="layout_default device <?php echo $this->devicetype; ?>"> |
|
4 |
+ <div class="devicemask"><img src="<?php echo $this->pictures['device']; ?>" alt="<?php echo $this->devicetype; ?>"/></div> |
|
5 |
+ <div class="screenshot"> |
|
6 |
+ <?php $this->insert('picture_default', $this->pictures['screenshot']->picture); ?> |
|
7 |
+ </div> |
|
8 |
+</div> |
|
9 |
+<?php $this->endblock(); ?> |
|
0 | 10 |
\ No newline at end of file |