diff --git a/core/includes/theme.inc b/core/includes/theme.inc index 6ce2059..db0a028 100644 --- a/core/includes/theme.inc +++ b/core/includes/theme.inc @@ -2582,7 +2582,8 @@ function drupal_common_theme() { 'template' => 'feed-icon', ), 'more_link' => array( - 'variables' => array('url' => NULL, 'title' => NULL) + 'variables' => array('url' => NULL, 'title' => NULL), + 'template' => 'more-link', ), 'progress_bar' => array( 'variables' => array('label' => NULL, 'percent' => NULL, 'message' => NULL),