Only in mandigo-1.1: README.txt
diff -c mandigo-1.0/functions.php mandigo-1.1/functions.php
*** mandigo-1.0/functions.php 2006-12-11 14:06:33.000000000 -0500
--- mandigo-1.1/functions.php 2006-12-27 15:54:29.000000000 -0500
***************
*** 63,69 ****
--- 63,71 ----
// ADMIN
add_action('admin_menu', 'add_mandigo_schemes_page');
+ add_action('admin_menu', 'add_mandigo_readme_page');
function add_mandigo_schemes_page() { add_theme_page('Color Schemes', 'Color Schemes', 'edit_themes', basename(__FILE__), 'mandigo_schemes_page'); }
+ function add_mandigo_readme_page() { add_theme_page('README', 'README', 'switch_themes', '', 'mandigo_readme_page'); }
function mandigo_set_scheme($scheme) { update_option('mandigo_scheme', $scheme); }
function mandigo_schemes_page() {
***************
*** 102,105 ****
--- 104,115 ----
';
}
}
+
+ function mandigo_readme_page() {
+ echo '
';
+ echo '
';
+ include("README.txt");
+ echo '';
+ echo '
';
+ }
?>
Common subdirectories: mandigo-1.0/images and mandigo-1.1/images
diff -c mandigo-1.0/style.css mandigo-1.1/style.css
*** mandigo-1.0/style.css 2006-12-19 14:45:59.000000000 -0500
--- mandigo-1.1/style.css 2006-12-27 15:23:15.000000000 -0500
***************
*** 2,8 ****
Theme Name: Mandigo
Theme URI: http://www.onehertz.com/portfolio/wordpress/
Description: Mandigo, available in three color schemes!
! Version: 1.0
Author: t0mmmmmmm
Author URI: http://www.onehertz.com/portfolio/
*/
--- 2,8 ----
Theme Name: Mandigo
Theme URI: http://www.onehertz.com/portfolio/wordpress/
Description: Mandigo, available in three color schemes!
! Version: 1.1
Author: t0mmmmmmm
Author URI: http://www.onehertz.com/portfolio/
*/
***************
*** 23,29 ****
#headerimg {
margin: 0;
! height: 263px;
width: 763px;
}
--- 23,29 ----
#headerimg {
margin: 0;
! height: 243px;
width: 763px;
}
***************
*** 242,247 ****
--- 242,248 ----
background: #fafafa;
border: 1px solid #eee;
height: 1%; /* peekaboo */
+ clear: both;
}
.widecolumn .post { margin: 0; }
***************
*** 628,641 ****
}
.pages {
! text-align: right;
position: absolute;
right: 24px;
! bottom: 16px !important; bottom: 4px;
! }
!
! .pages {
! display: inline;
padding: 0;
}
--- 629,639 ----
}
.pages {
! display: inline;
position: absolute;
right: 24px;
! bottom: 0 !important; bottom: 4px;
! text-align: right;
padding: 0;
}