diff options
Diffstat (limited to 'template')
-rw-r--r-- | template/yoga/menubar.tpl | 5 |
1 files changed, 4 insertions, 1 deletions
diff --git a/template/yoga/menubar.tpl b/template/yoga/menubar.tpl index 37dcd6995..85b77cefe 100644 --- a/template/yoga/menubar.tpl +++ b/template/yoga/menubar.tpl @@ -9,7 +9,10 @@ <li> <a href="{links.link.URL}" <!-- BEGIN new_window --> - onclick="window.open(this.href, ''); return false;" + onclick="window.open(this.href, + '{links.link.new_window.name}', + '{links.link.new_window.features}' + ); return false;" <!-- END new_window --> >{links.link.LABEL} </a> |