Liferay 6.2 改造系列之二十三:修改Liferay原始主题中"技术支持:Liferay"字样

1、修改主题模板文件,具体位置如下

     (1) portal-masterportal-webdocroothtml hemes\_unstyled emplatesportal_normal.vm

     (2) portal-masterportal-webdocroothtml hemes\_unstyled emplatesportal_normal.vm

     将上述两个文件改为相应如下即可:

     <footer id="footer" role="contentinfo">
         <p class="powered-by">
             #language ("powered-by") <a href="http://http://www.g-soft.com.cn" rel="external">中科天翔</a>
         </p>
     </footer>

2 参照“Liferay 6.2 改造系列之二十二:如何发布WAR包”打包即可。

原文地址:https://www.cnblogs.com/luoruiyuan/p/5788630.html