2
1. desc.:
a href="<{xoAppUrl}>" it's a startpage adress
accesskey="a" access key for nawigation (personally I don't use it, but there is no problem with it)
title="<{$smarty.const.THEME_HOME_DESC}>"> it's written in smarty tag your pages description
<{$smarty.const.THEME_HOME button}> and the most important for U - its a description (in smarty written in the db) of the button (in this example - "theme_home")
You have two ways to write your own decriptions for those buttons.
1. find them in smarty defnition (included to this theme package), and etid (redefine) them as you want.
2. rewrite the source code to this:
Quote: