Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Обрізка тексту #11

Open
B0Bka opened this issue Jul 18, 2017 · 0 comments
Open

Обрізка тексту #11

B0Bka opened this issue Jul 18, 2017 · 0 comments

Comments

@B0Bka
Copy link
Owner

B0Bka commented Jul 18, 2017

		$tmpText = strip_tags($arItem['DETAIL_TEXT']);
		$length = $arParams['TR_TEXT'];
		$tmpText = substr($tmpText, 0, $length);
		$arItem['TEXT'] = substr($tmpText, 0, strrpos($tmpText, ' ') ) . '...';
@B0Bka B0Bka changed the title Обрізка кешу Обрізка тексту Jul 18, 2017
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant