Advanced Bootstrap 5 Navbar component with multi-level menu, megamenu, animated hamburger button and custom web fonts. Easy to use and compatible with Bootstrap version 5.1.1!
A Pen by Simon Köhler on CodePen.
| <?php if ( ! defined('BASEPATH')) exit('No direct script access allowed'); | |
| require_once(BASEPATH . '../application/libraries/PayPal-PHP-SDK/autoload.php'); | |
| use PayPal\Rest\ApiContext; | |
| use PayPal\Auth\OAuthTokenCredential; | |
| use PayPal\Api\Capture; | |
| use PayPal\Api\Authorization; | |
| use PayPal\Api\Amount; | |
| use PayPal\Exception\PayPalConnectionException; |
| <!DOCTYPE HTML> | |
| <html> | |
| <head> | |
| <meta charset="utf-8"> | |
| <meta http-equiv="X-UA-Compatible" content="IE=edge"> | |
| <meta name="viewport" content="width=device-width, initial-scale=1"> | |
| <title>Bootstrap Masonry Template</title> | |
| <link rel="stylesheet" href="http://maxcdn.bootstrapcdn.com/bootstrap/3.2.0/css/bootstrap.min.css"> | |
| <link rel="stylesheet" href="style.css"> | |
| <link rel="stylesheet" href="http://fonts.googleapis.com/css?family=PT+Sans+Caption:400,700"> |