vote.cache.php 211 B

12345678910111213
  1. <?php
  2. return array (
  3. 1 =>
  4. array (
  5. 'default_style' => 'default',
  6. 'vote_tp_template' => 'vote_tp',
  7. 'allowguest' => '1',
  8. 'enabled' => '1',
  9. 'interval' => '1',
  10. 'credit' => '1',
  11. ),
  12. );
  13. ?>