Sie können das Bootstrap CSS Framework mit folgendem Code in dem <head>
Ihres oben.php Templates einfügen.

You can include the Bootstrap CSS framework using this code in your template.

<!-- Latest compiled and minified CSS -->
<link rel="stylesheet" href="<?php echo getModulePath("bootstrap");?>css/bootstrap.min.css">

<!-- Optional theme -->
<link rel="stylesheet" href="<?php echo getModulePath("bootstrap");?>css/bootstrap-theme.min.css">

<!-- Latest compiled and minified JavaScript -->
<script src="<?php echo getModulePath("bootstrap");?>js/bootstrap.min.js"></script>