Answer the question
In order to leave comments, you need to log in
How to not display Read more at the bottom of an article in Drupal?
Overridden read more in template.php:
$variables['content']['links']['node']['#links']['node-readmore']['title'] = 'Next';
Answer the question
In order to leave comments, you need to log in
Can be overridden only when something is already there. In your case, as far as I understand, if there is no $variables['content']['links']['node']['#links']['node-readmore']['title'] then it will be created with value 'Next'.
Here on drupal.org something similar is advised. https://drupal.org/node/62005
Didn't find what you were looking for?
Ask your questionAsk a Question
731 491 924 answers to any question