Customizing how your site-links are displayed
From e107 Wiki
e107 Wiki: English | Русский | Deutsch | Français | Magyar | Português | Български | Česky | Nederlands | Ελληνικά | Italiano | Norske | Polska | Slovenščina | Español | Svenska | Translate: Wiki | Page
Customizing how your site-links are displayedThe easiest way to customize your sitelinks is to use a function in your theme.php file called function_linkstyle(). See example below. Here are the parameters that you can use:
As well as the above, you may also customize your sublinks. They use exactly the same values above, but starting with 'sub'. eg. sublinkstart, sublinkend etc the sublink also includes an additional parameter called subindent which is inserted before sublinkstart.
| |||||||||||||||||

