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

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

     (1) portal-master\portal-web\docroot\html\themes\_unstyled\templates\portal_normal.vm

     (2) portal-master\portal-web\docroot\html\themes\_unstyled\templates\portal_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包”打包即可。

posted @ 2016-05-03 12:44  俊雨廷休  阅读(417)  评论(0编辑  收藏  举报