Subversion Repositories wpShopGermany4

Rev

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

Rev 6595 Rev 7012
Line 15... Line 15...
15
<h2><?php echo __('Produktdaten', 'wpsg'); ?>:</h2> 
15
<h2><?php echo __('Produktdaten', 'wpsg'); ?>:</h2> 
16
<?php echo $this->render(WPSG_PATH_VIEW.'/mods/mod_request/requestmail_html.phtml'); ?>
16
<?php echo $this->render(WPSG_PATH_VIEW.'/mods/mod_request/requestmail_html.phtml'); ?>
17
 
17
 
18
<h2><?php echo __('Weitere Informationen', 'wpsg'); ?>:</h2>
18
<h2><?php echo __('Weitere Informationen', 'wpsg'); ?>:</h2>
19
<p>
19
<p>
20
	<strong><?php echo __('REMOTE IP', 'wpsg'); ?>:</strong>&nbsp;<?php echo wpsg_pad_left($_SERVER['REMOTE_ADDR'], 46); ?><br />
20
	<strong><?php echo __('REMOTE IP', 'wpsg'); ?>:</strong>&nbsp;<?php echo wpsg_pad_left(wpsg_anonymip($_SERVER['REMOTE_ADDR']), 46); ?><br />
21
	<strong><?php echo __('UserAgent', 'wpsg'); ?>:</strong>&nbsp;<?php echo wpsg_getStr($_SERVER['HTTP_USER_AGENT']); ?>
21
	<strong><?php echo __('UserAgent', 'wpsg'); ?>:</strong>&nbsp;<?php echo wpsg_getStr($_SERVER['HTTP_USER_AGENT']); ?>
22
</p> 
22
</p> 
23
23