forked from MadeInKenya/madeinkenya.github.io
-
Notifications
You must be signed in to change notification settings - Fork 0
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
- Loading branch information
1 parent
de786c9
commit 19e8bd0
Showing
18 changed files
with
530 additions
and
3 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,3 @@ | ||
<?php | ||
|
||
define('mik_site_title', 'Made in Kenya'); |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,36 @@ | ||
<?php | ||
/* | ||
MadeinKenya(MIK) by Developers from Kenya | ||
http://madeinkenya.github.io | ||
File: index.php | ||
Description: The home page for MIK | ||
This program is free software; you can redistribute it and/or | ||
modify it under the terms of the GNU General Public License | ||
as published by the Free Software Foundation; either version 2 | ||
of the License, or (at your option) any later version. | ||
This program is distributed in the hope that it will be useful, | ||
but WITHOUT ANY WARRANTY; without even the implied warranty of | ||
MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the | ||
GNU General Public License for more details. | ||
*/ | ||
|
||
|
||
// Initialize the file page.php which has definations for viewing a html pahe | ||
require 'config.php'; | ||
require 'res/page.php'; | ||
|
||
/** the array which holds basic page variables.*/ | ||
$mik_page = array(); | ||
$mik_page['title'] = 'Made in Kenya'; | ||
$mik_page['description'] = 'A collection of awesome tools built by Kenyans that can be used by anybody anywhere in the world.'; | ||
|
||
$mik_page['page'] = array( | ||
'type' => 'home', | ||
'headers' => array( 'fullname', 'email', 'mobile', 'address' ), | ||
'onclick' => 'open=farmer_view&&farmerid=', | ||
); | ||
|
||
return mik_page_view($mik_page); |
File renamed without changes.
File renamed without changes.
File renamed without changes
File renamed without changes
File renamed without changes.
File renamed without changes
File renamed without changes
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes
File renamed without changes.
Large diffs are not rendered by default.
Oops, something went wrong.
File renamed without changes