Quellcode durchsuchen

! we are not using this in the default theme

Signed-off-by: Spuds <[email protected]>
Spuds vor 11 Jahren
Ursprung
Commit
8e892a3be3
1 geänderte Dateien mit 0 neuen und 4 gelöschten Zeilen
  1. 0 4
      Themes/default/index.template.php

+ 0 - 4
Themes/default/index.template.php

@@ -428,10 +428,6 @@ function theme_linktree($force_show = false)
 		echo '
 			<li', ($link_num == count($context['linktree']) - 1) ? ' class="last"' : '', '>';
 
-		// Show something before the link?
-		if (isset($tree['extra_before']))
-			echo $tree['extra_before'];
-
 		// Don't show a separator for the first one.
 		// Better here. Always points to the next level when the linktree breaks to a second line.
 		// Picked a better looking HTML entity, and added support for RTL plus a span for styling.