Skip to content

Instantly share code, notes, and snippets.

@katyayu
Created November 6, 2017 14:24
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save katyayu/11a265e62319d01247ba3c9ba5323c7a to your computer and use it in GitHub Desktop.
Save katyayu/11a265e62319d01247ba3c9ba5323c7a to your computer and use it in GitHub Desktop.
<file path="catalog/language/en-gb/common/pagination.php">
<operation>
<search><![CDATA[$_['text_prev']]]></search>
<add position="after">
<![CDATA[
$_['text_first'] = '<< Start';
$_['text_last']  = 'End >>';
$_['text_next']  = 'Next >';
$_['text_prev']  = '< Prev';
]]>
</add>
</operation>
</file>
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment