mirror of
https://github.com/silverstripe/silverstripe-comments
synced 2024-10-22 11:05:49 +02:00
468df23801
Update theme to new look and feel Add jquery-validate 1.3.1 (w/ nz dst patch)
7 lines
187 B
PHP
7 lines
187 B
PHP
<?php
|
|
|
|
Deprecation::notification_version('2.0', 'comments');
|
|
|
|
define('COMMENTS_DIR', basename(__DIR__));
|
|
define('COMMENTS_THIRDPARTY', COMMENTS_DIR . DIRECTORY_SEPARATOR . 'thirdparty');
|