This uses Twitter Bootstrap classes for CodeIgniter pagination.
Drop this file into application/config
.
<?php | |
/* | |
* read more on : | |
* https://developers.google.com/blogger/docs/3.0/getting_started | |
* | |
*/ | |
$key["server"] = "YOUR_BLOGGER_API_KEY"; | |
$blogId = "YOUR_BLOG_API"; |
This uses Twitter Bootstrap classes for CodeIgniter pagination.
Drop this file into application/config
.