开发者

How to change Joomla Articles Navigation links to images

Which php page generates the Pre/Next links in articles, when I have enables "Show navigation" in the advanced parameters section for the menu assigned with the Articles开发者_运维知识库 of a particular category. Also how can I replace the Pre/Next button in articles to images? Thanks in advance.


You should not modify the joomla core code directly. To use images just add in the css file something like:

.prev{
background-image:url(images/prev.gif);
}

Also see this useful extension if it works for you: http://extensions.joomla.org/extensions/structure-a-navigation/site-navigation/13789

It'll be better to have prev/next page titles than arrow images.

0

上一篇:

下一篇:

精彩评论

暂无评论...
验证码 换一张
取 消

最新问答

问答排行榜