mirror of
https://github.com/Lastorder-DC/rhymix.git
synced 2026-01-30 08:39:58 +09:00
issue:17066225
Displaying ip address can be configured in skin management. git-svn-id: http://xe-core.googlecode.com/svn/sandbox@4481 201d5d3c-b55e-5fd7-737f-ddc643e51545
This commit is contained in:
parent
98dd197fd3
commit
a4f2ab1589
3 changed files with 23 additions and 2 deletions
|
|
@ -32,7 +32,7 @@
|
|||
<div class="uri" title="{$lang->document_url}"><a href="{$oDocument->getPermanentUrl()}">{$oDocument->getPermanentUrl()}</a></div>
|
||||
|
||||
<div class="date" title="{$lang->regdate}">
|
||||
<strong>{$oDocument->getRegdate('Y.m.d')}</strong> {$oDocument->getRegdate('H:i:s')} ({$oDocument->getIpaddress()})
|
||||
<strong>{$oDocument->getRegdate('Y.m.d')}</strong> {$oDocument->getRegdate('H:i:s')} <!--@if($grant->is_admin || $module_info->display_ip_address!='N')-->({$oDocument->getIpaddress()})<!--@end-->
|
||||
</div>
|
||||
|
||||
<div class="readedCount" title="{$lang->readed_count}">{$oDocument->get('readed_count')}</div>
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue