javascript - How to hide the article at the home page in joomla 2.5 -


how hide article @ home page in joomla 2.5?

some times want have home page out showing empty article.

there few ways this, , depend on specific use case.

for example, if want hide on homepage, can change template following.

find:

<jdoc:include type="component" /> 

change to:

$menu = & jsite::getmenu(); if ($menu->getactive() != $menu->getdefault()) {     <jdoc:include type="component" />; } 

no need worry js.


Comments

Popular posts from this blog

linux - Does gcc have any options to add version info in ELF binary file? -

android - send complex objects as post php java -

charts - What graph/dashboard product is facebook using in Dashboard: PUE & WUE -