diff --git a/lang/de/lang.php b/lang/de/lang.php index 7e4b466..9a78377 100755 --- a/lang/de/lang.php +++ b/lang/de/lang.php @@ -10,6 +10,7 @@ $lang['home'] = 'Startseite'; $lang['__background_site__'] = 'Farbe für den Seitenhintergrund (hinter dem Inhaltsbereich)'; $lang['__link__'] = 'Allgemeine Linkfarbe'; +$lang['__luxtools_locationlink__'] = 'Farbe für Standort-Links in Luxtools'; $lang['__existing__'] = 'Farbe für Links zu existierenden Seiten'; $lang['__missing__'] = 'Farbe für Links zu nicht-existierenden Seiten'; $lang['__site_width__'] = 'Breite der ganzen Seite (kann eine beliebige Längeneinheit sein: %, px, em, ...)'; diff --git a/lang/en/lang.php b/lang/en/lang.php index 23aeb3c..6ca6bb6 100755 --- a/lang/en/lang.php +++ b/lang/en/lang.php @@ -4,6 +4,7 @@ $lang['home'] = 'Home'; // style.ini values $lang['__background_site__'] = 'Color for the very background (behind the content box)'; $lang['__link__'] = 'The general link color'; +$lang['__luxtools_locationlink__'] = 'Color for location links in Luxtools'; $lang['__existing__'] = 'The color for links to existing pages'; $lang['__missing__'] = 'The color for links to non-existing pages'; $lang['__site_width__'] = 'The width of the full site (can be any length unit: %, px, em, ...)'; diff --git a/style.ini b/style.ini index 495e55e..225d3d8 100755 --- a/style.ini +++ b/style.ini @@ -68,9 +68,8 @@ __border__ = "#ccc" ; @ini_border ; highlighted text (e.g. search snippets) __highlight__ = "#ff9" ; @ini_highlight -; default link color +; links __link__ = "#2b73b7" ; @ini_link - __luxtools_locationlink__ = "#b57d35" ; @ini_luxtools_locationlink ;-------------------------------------------------------------------------- diff --git a/tpl_footer.php b/tpl_footer.php index b892ba8..9cd33ef 100755 --- a/tpl_footer.php +++ b/tpl_footer.php @@ -11,24 +11,5 @@ if (!defined('DOKU_INC')) die();