Subversion Repositories wpShopGermany4

Rev

Rev 6526 | Show entire file | Ignore whitespace | Details | Blame | Last modification | View Log | RSS feed

Rev 6526 Rev 7529
Line 45... Line 45...
45
		<div class="wpsg_msg_wrap"><hr class="wp-header-end wpsg-wp-header-end"/></div>
45
		<div class="wpsg_msg_wrap"><hr class="wp-header-end wpsg-wp-header-end"/></div>
46
			
46
			
47
		<?php if (wpsg_isSizedString($this->view['subTemplate'])) { ?>
47
		<?php if (wpsg_isSizedString($this->view['subTemplate'])) { ?>
48
		<?php $this->render($this->view['subTemplate']); ?>
48
		<?php $this->render($this->view['subTemplate']); ?>
49
		<?php } ?>
49
		<?php } ?>
-
 
50
		
50
	</div>
51
	</div>
51
	
52
	
52
</div>
53
</div>
53
54