Beispiel #1
0
	static function setSurroundingTags($pre, $post, $tags = 0)
	{
		require_once __DIR__ . '/tags.php';

		return NNTags::setSurroundingTags($pre, $post, $tags);
	}