skinr_test_basetheme_other.skinr.inc in Skinr 7.2
File
tests/skinr_test/themes/skinr_test_basetheme_other/skinr_test_basetheme_other.skinr.incView 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;
}
Functions
Name | Description |
---|---|
skinr_test_basetheme_other_skinr_skin_info | Implements hook_skinr_skin_info(). |