Advertisement
Guest User

Untitled

a guest
Aug 18th, 2017
55
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.75 KB | None | 0 0
  1. <?php
  2.  
  3. function hero_carousels_taxonomy_default_vocabularies() {
  4. echo "HELLLOOOOO WTF?!?!";
  5. return array(
  6. 'carousel_positioning' => array(
  7. 'name' => 'Carousel Positioning',
  8. 'machine_name' => 'carousel_positioning',
  9. 'description' => 'Used to allow Zend to pull carousels based on positioning.',
  10. 'hierarchy' => '0',
  11. 'module' => 'taxonomy',
  12. 'weight' => '0',
  13. 'rdf_mapping' => array(
  14. 'rdftype' => array(
  15. 0 => 'skos:ConceptScheme',
  16. ),
  17. 'name' => array(
  18. 'predicates' => array(
  19. 0 => 'dc:title',
  20. ),
  21. ),
  22. 'description' => array(
  23. 'predicates' => array(
  24. 0 => 'rdfs:comment',
  25. ),
  26. ),
  27. ),
  28. ),
  29. );
  30. }
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement