1. 论坛系统升级为Xenforo,欢迎大家测试!
    Dismiss Notice

如何修改版权所有的代码

Discussion in '源码讨论' started by giggs, Mar 24, 2007.

  1. giggs

    giggs New Member

    Joined:
    Mar 3, 2007
    Messages:
    25
    Likes Received:
    0
    修改footer模板
    找到

    HTML:
    <div class="smallfont" align="center">
        <!-- Do not remove this copyright notice -->
        $vbphrase[powered_by_vbulletin]
        <!-- Do not remove this copyright notice -->
        </div>
    剪切到

    HTML 代码:

    HTML:
    <div class="smallfont" align="center">$vbphrase[all_times_are_gmt_x_time_now_is_y]</div>
    下面