You are here

skinr_test_basetheme_other.skinr.inc in Skinr 8.2

File

tests/themes/skinr_test_basetheme_other/skinr_test_basetheme_other.skinr.inc
View source
<?php

/**
 * Implements hook_skinr_skin_info().
 */
function skinr_test_basetheme_other_skinr_skin_info() {
  $skins['skinr_test_basetheme_other'] = array(
    'title' => 'Other base theme skin',
    'default status' => 1,
  );
  return $skins;
}