联系官方销售客服

1835022288

028-61286886

POSCMS 版主:POSCMS负责人
body if ($indexc || $t.dirname==news) class=bg_gra
类型:POSCMS 更新时间:2018-08-09 20:48:43 模型

我想 在首页和 某个模型的首页 显示 class="bg_gray"。 这块怎么写呢?放进header.html里面

回帖
  • 迅睿粉丝
    #1楼    迅睿粉丝
    2018-08-09 20:12:29
    0
    说的不准确,准确的说是在 news 这个模型里面 包括首页 列表页 和内容页都 显示
    <body {if ($indexc || $t.dirname==news) }class="bg_gray"{/if} >
    我上面的这种写法 不显示啊,news模型页面
  • 迅睿粉丝
    #2楼    迅睿粉丝
    2018-08-09 20:15:55
    0
    news模块首页
    <body {if ($indexc || ($t.dirname==news && $indexm)) }class="bg_gray"{/if} >
    全局写法
    <body {if ($indexc || ($indexm)) }class="bg_gray"{/if} >
  • 迅睿粉丝
    #3楼    迅睿粉丝
    2018-08-09 20:16:37
    0
    首页indexc模块首页indexm别给我抢
  • 迅睿粉丝
    #4楼    迅睿粉丝
    2018-08-09 20:19:59
    0
    彬哥 谢谢你的回复,但是你的全局写法 只有模块首页是好使的 列表页和内容页还是不行啊?
  • 迅睿粉丝
    #5楼    迅睿粉丝
    2018-08-09 20:26:32
    0
    列表页
     {if ($ci->router->class == "category") }class="bg_gray"{/if}

    内容页
      {if ($ci->router->class == "show") }class="bg_gray"{/if}

  • 迅睿粉丝
    #6楼    迅睿粉丝
    2018-08-09 20:27:52
    0
    别来无恙 能否给我写一个完整的代码,一下搞定的。谢谢啦
  • 迅睿粉丝
    #7楼    迅睿粉丝
    2018-08-09 20:30:26
    0

    自定义页

     {if ($ci->router->class == "page") }class="bg_gray"{/if}



    列表

     {if ($ci->router->class == "category") }class="bg_gray"{/if}


    内容页

      {if ($ci->router->class == "show") }class="bg_gray"{/if}
    首页
    {if ($indexc) }class="bg_gray"{/if}
    模块首页
    {if ($indexm) }class="bg_gray"{/if}
  • 迅睿粉丝
    #8楼    迅睿粉丝
    2018-08-09 20:33:55
    0
    翅膀 没有更简单的办法 一句话搞定么? 要写这么多,对于处女座的我来说好尴尬啊 呜呜~
  • 迅睿粉丝
    #9楼    迅睿粉丝
    2018-08-09 20:34:16
    0
  • 迅睿粉丝
    #10楼    迅睿粉丝
    2018-08-09 20:36:17
    0
    大江 要一句话的代码,这个分别都写进来,太啰嗦了,麻烦给一个一句话的代码,我想肯定有办法的
  • 迅睿粉丝
    #11楼    迅睿粉丝
    2018-08-09 20:39:37
    0
    {if $indexc}
    <body class="bg_gray" >
    {elseif $indexm}
    <body class="bg_gray" >
    ..继续elseif
    {else}
    <body class="" >
    默认
    {/if}
  • 迅睿粉丝
    #12楼    迅睿粉丝
    2018-08-09 20:41:06
    0
    我想 在首页和 某个模型的首页 显示 class="bg_gray"。 这块怎么写呢?放进header.html里面
    <body {if ($indexc || ($indexm)) }class="bg_gray"{/if} >
  • 迅睿粉丝
    #13楼    迅睿粉丝
    2018-08-09 20:42:01
    0
    小葱 是在news模型 里的所有页面显示的话怎么写呢?能给我写完整么。
  • 迅睿粉丝
    #14楼    迅睿粉丝
    2018-08-09 20:42:40
    0
    在首页、某个模型的首页 显示 class="bg_gray"。
    <body {if $indexc ||  ($indexm && MOD_DIR=="news")}class="  bg_gray"{/if} >
  • 迅睿粉丝
    #15楼    迅睿粉丝
    2018-08-09 20:43:49
    0

    在首页、news模型的首页 显示 class="bg_gray"。

    <body {if $indexc ||  ($indexm && MOD_DIR=="news")}class="  bg_gray"{/if} >
  • 迅睿粉丝
    #16楼    迅睿粉丝
    2018-08-09 20:45:16
    0
    易学习 准确的说是在 news 这个模型里面 包括首页 列表页 和内容页都 显示
  • 迅睿粉丝
    #17楼    迅睿粉丝
    2018-08-09 20:45:30
    0
    石头准确的说是在 news 这个模型里面 包括首页 列表页 和内容页都 显示
  • 迅睿粉丝
    #18楼    迅睿粉丝
    2018-08-09 20:47:47
    0

    news 这个模型里面 包括首页 列表页 和内容页都 显示
    <body {if MOD_DIR=="news"}class="  bg_gray"{/if} >
    这是附加的
    满意答案
  • 迅睿粉丝
    #19楼    迅睿粉丝
    2018-08-09 20:48:43
    0
    你的这个确实搞定了,发现我们大家都绕了一个大圈。非常感谢楼上的所有人,心存感激。只恨最佳只有一个。