A Qcodo based CMS/ecommerce framework
You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.

6 lines
217 B

13 years ago
  1. <?php
  2. require(__QCODO_CORE__ . '/codegen/QConvertNotationBase.class.php');
  3. // Feel free to override any core QConvertNotationBase methods here
  4. abstract class QConvertNotation extends QConvertNotationBase {
  5. }
  6. ?>