File "spip-definitions.php"

Full path: /home/argothem/www/v4_old/plugins-dist/textwheel/wheels/spip/spip-definitions.php
File size: 255 bytes
MIME-type: text/x-php
Charset: utf-8

<?php

if (!defined('_ECRIRE_INC_VERSION')) {
	return;
}
# not useful as this file is included by the engine itself
# require_once 'engine/textwheel.php';

function tw_def_wrap($t) {
	global $class_spip_plus;

	return "<dl$class_spip_plus>\n$t</dl>\n";
}