<?php 
}
?>

</div>

<a class="btn btn-success btn-block" href="<?php 
echo Scope::url("api/explorer");
?>
">

	<br />

	<?php 
echo UI_Icon::create("material", "code", "xxl");
?>

	<br />

	<span class="h4">Explore the API interactively</span>

	<br />

	Use this interactive tool to debug your<br />API without having to write any code!

	<br />
	<br />

</a>
Beispiel #2
0
	<div class="card paper">

		<div class="tile tile-sm bg-<?php 
    echo $item["colour"];
    ?>
">

			<div class="margin">

				<div class="tile-bottom no-bg">

					<?php 
    echo $item["title"];
    ?>
					<?php 
    echo UI_Icon::create("material", $item["icon"], "xxl", ["text-" . $item["colour"], "pull-right"]);
    ?>

				</div>

			</div>

		</div>

		<div class="content" data-mh="feature">

			<?php 
    echo $item["description"];
    ?>

		</div>