Skip to content
Patrick Garske edited this page Jan 26, 2019 · 1 revision

init_bootswatch_stylesheet(style)


Use this statement instead of init_stylesheet() to load a custom Bootswatch themed stylesheet!

style - Name of the bootswatch theme

Example

See Working Example

echo init_meta();
echo init_bootswatch_stylesheet("superhero");
echo init_js();

[...]

echo card(card_content("This Demo is using the Superhero Theme from Bootswatch!","Card Subtitle",card_list_group(list_group_item("This is a list item.") . list_group_item("This is another list item."))."And there can still be more 'regular' content afterwards"),"Card Header",no_arg());