Skip to content

Instantly share code, notes, and snippets.

Embed
What would you like to do?
<file path="catalog/language/ru-ru/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