mirror of
https://github.com/Lastorder-DC/rhymix.git
synced 2026-01-07 02:31:40 +09:00
#990 Fixed. Mobile link font size adjust.
git-svn-id: http://xe-core.googlecode.com/svn/branches/1.5.0@9885 201d5d3c-b55e-5fd7-737f-ddc643e51545
This commit is contained in:
parent
a0839b5b1f
commit
3511ca8248
2 changed files with 4 additions and 4 deletions
|
|
@ -404,7 +404,7 @@
|
|||
if($type == "view" && $this->module_info->use_mobile == "Y" && Mobile::isMobileCheckByAgent())
|
||||
{
|
||||
global $lang;
|
||||
$footer = '<div style="margin:1em 0;padding:.5em;background:#333;border:1px solid #666;border-left:0;border-right:0"><p style="text-align:center;margin:1em 0"><a href="'.getUrl('m', '1').'" style="color:#ff0; font-weight:bold">'.$lang->msg_pc_to_mobile.'</a></p></div>';
|
||||
$footer = '<div style="margin:1em 0;padding:.5em;background:#333;border:1px solid #666;border-left:0;border-right:0"><p style="text-align:center;margin:1em 0"><a href="'.getUrl('m', '1').'" style="color:#ff0;font-weight:bold;font-size:24px">'.$lang->msg_pc_to_mobile.'</a></p></div>';
|
||||
Context::addHtmlFooter($footer);
|
||||
}
|
||||
|
||||
|
|
|
|||
|
|
@ -1,6 +1,6 @@
|
|||
<div class="title">제목 : {$oDocument->getTitle()}</div>
|
||||
<div class="content">내용 : {$oDocument->getContent()}</div>
|
||||
<div class="tag">태그 : <block cond="is_array($oDocument->get('tag_list'))">{implode(',', $oDocument->get('tag_list'))}</block></div>
|
||||
<div class="title">{$lang->title} : {$oDocument->getTitle()}</div>
|
||||
<div class="content">{$lang->content} : {$oDocument->getContent()}</div>
|
||||
<div class="tag">{$lang->tag} : <block cond="is_array($oDocument->get('tag_list'))">{implode(',', $oDocument->get('tag_list'))}</block></div>
|
||||
<!--@if($grant->manager)-->
|
||||
<!--%import("./js/page_admin.js")-->
|
||||
<div class="tRight gap1 clear">
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue