Skip to content

Instantly share code, notes, and snippets.

@andreasisaak
Created October 21, 2013 14:41
Show Gist options
  • Save andreasisaak/7085018 to your computer and use it in GitHub Desktop.
Save andreasisaak/7085018 to your computer and use it in GitHub Desktop.
Use contao functions to trim text
<?php
echo '<p class="teaser">' . String::getInstance()->substr($this->text, 80) . '</p>';
?>
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment