diff --git a/picture.php b/picture.php index 26e461daf..052d9c325 100644 --- a/picture.php +++ b/picture.php @@ -633,7 +633,7 @@ else ) ); $template->assign_block_vars( - 'thumbnails',array('U_UP' => $url_up)); + 'up',array('U_URL' => $url_up)); } $template->assign_vars( diff --git a/template/yoga/header.tpl b/template/yoga/header.tpl index cc2353c2a..19e9e755d 100644 --- a/template/yoga/header.tpl +++ b/template/yoga/header.tpl @@ -16,7 +16,6 @@ - @@ -26,8 +25,10 @@ - + + + diff --git a/template/yoga/picture_nav_buttons.tpl b/template/yoga/picture_nav_buttons.tpl index e2d1d70de..4041f7b42 100644 --- a/template/yoga/picture_nav_buttons.tpl +++ b/template/yoga/picture_nav_buttons.tpl @@ -19,9 +19,9 @@ {lang:stop_play} - - {lang:thumbnails} - + + {lang:thumbnails} + @@ -76,9 +76,9 @@ function keyboardNavigation(e) /*End*/case 35: if (e.ctrlKey){window.location="{last.U_IMG}".replace("&","&"); return false; } break; - - /*Up*/case 38: if (e.ctrlKey){window.location="{thumbnails.U_UP}".replace("&","&"); return false; } break; - + + /*Up*/case 38: if (e.ctrlKey){window.location="{up.U_UP}".replace("&","&"); return false; } break; + /*Pause*/case 32: {window.location="{start_play.U_IMG}".replace("&","&"); return false; } break;