佳礼资讯网

 找回密码
 注册

ADVERTISEMENT

查看: 857|回复: 1

Joomla 1.5 的问题

[复制链接]
发表于 17-11-2008 10:19 AM | 显示全部楼层
没人会吗??还是看不懂我的问题??
回复

使用道具 举报


ADVERTISEMENT

 楼主| 发表于 14-11-2008 05:05 PM | 显示全部楼层 |阅读模式
我有一些关于joomla 1.5的问题,希望有人可以帮助我...



1)当我在哪一个page的时候,我想把它的font换成红色,可是我试了很多次还是改不到。。
       example: when i click "The company", the font of "The Company" wil change to #CC0000 then the other stil remain that #CCCCCC..What should i add in that css class for <a>.

2)  我想把3号的icon 从上面搬到右下角,把原本的icon换成另外一个但是不要replace原本的icon...
因为3号的icon和2号的icon是一样的。。。我想保持2号的icon, 更换3号的icon...
它的code大概在这,可是我根本不知道要去那里改。。。
<table class="contentpaneopen<?php echo $this->params->get( 'pageclass_sfx' ); ?>">
<tr>
    <?php if ($this->params->get('show_title')) : ?>
    <td class="contentheading<?php echo $this->params->get( 'pageclass_sfx' ); ?>" width="100%">
        <?php if ($this->params->get('link_titles') && $this->article->readmore_link != '') : ?>
        <a href="<?php echo $this->article->readmore_link; ?>" class="contentpagetitle<?php echo $this->params->get( 'pageclass_sfx' ); ?>">
            <?php echo $this->escape($this->article->title); ?></a>
        <?php else : ?>
            <?php echo $this->escape($this->article->title); ?>
        <?php endif; ?>
    </td>
    <?php endif; ?>
    <?php if (!$this->print) : ?>
        <?php if ($this->params->get('show_pdf_icon')) : ?>
        <td align="right" width="100%" class="buttonheading">
        <?php echo JHTML::_('icon.pdf',  $this->article, $this->params, $this->access); ?>
        </td>
        <?php endif; ?>

        <?php if ( $this->params->get( 'show_print_icon' )) : ?>
        <td align="right" width="100%" class="buttonheading">
        <?php echo JHTML::_('icon.print_popup',  $this->article, $this->params, $this->access); ?>
        </td>
        <?php endif; ?>

        <?php if ($this->params->get('show_email_icon')) : ?>
        <td align="right" width="100%" class="buttonheading">
        <?php echo JHTML::_('icon.email',  $this->article, $this->params, $this->access); ?>
        </td>
        <?php endif; ?>
        <?php if ($canEdit) : ?>
        <td align="right" width="100%" class="buttonheading">
            <?php echo JHTML::_('icon.edit', $this->article, $this->params, $this->access); ?>
        </td>
        <?php endif; ?>
    <?php else : ?>
        <td align="right" width="100%" class="buttonheading">
        <?php echo JHTML::_('icon.print_screen',  $this->article, $this->params, $this->access); ?>
        </td>
    <?php endif; ?>
</tr>
</table>
回复

使用道具 举报

您需要登录后才可以回帖 登录 | 注册

本版积分规则

 

ADVERTISEMENT



ADVERTISEMENT



ADVERTISEMENT

ADVERTISEMENT


版权所有 © 1996-2023 Cari Internet Sdn Bhd (483575-W)|IPSERVERONE 提供云主机|广告刊登|关于我们|私隐权|免控|投诉|联络|脸书|佳礼资讯网

GMT+8, 22-12-2025 10:15 PM , Processed in 0.153921 second(s), 23 queries , Gzip On.

Powered by Discuz! X3.4

Copyright © 2001-2021, Tencent Cloud.

快速回复 返回顶部 返回列表