Skip to content

Commit

Permalink
de-ifeaturing
Browse files Browse the repository at this point in the history
  • Loading branch information
CyberChimps committed Sep 1, 2011
1 parent 9518a36 commit c7640fc
Show file tree
Hide file tree
Showing 33 changed files with 25 additions and 27 deletions.
2 changes: 1 addition & 1 deletion 404.php
Expand Up @@ -2,7 +2,7 @@

/*
404
Creates the iFeature 404 page.
Creates the 404 page.
Copyright (C) 2011 CyberChimps
*/

Expand Down
2 changes: 1 addition & 1 deletion archive.php
Expand Up @@ -2,7 +2,7 @@

/*
Archive
Creates the iFeature archive pages.
Creates the archive pages.
Copyright (C) 2011 CyberChimps
Version 2.0
*/
Expand Down
2 changes: 1 addition & 1 deletion comments.php
Expand Up @@ -2,7 +2,7 @@

/*
Comments
Creates the iFeature comments section.
Creates the comments section.
Copyright (C) 2011 CyberChimps
Version 2.0
*/
Expand Down
8 changes: 1 addition & 7 deletions footer.php
Expand Up @@ -3,7 +3,7 @@
/*
Footer
Establishes the widgetized footer and static post-footer section of iFeature.
Establishes the widgetized footer and static post-footer section.
Copyright (C) 2011 CyberChimps
Version 2.0
Expand Down Expand Up @@ -102,16 +102,10 @@
'theme_location' => 'footer-menu', // Setting up the location for the main-menu, Main Navigation.
)); ?>
</div>

<!--Inserts iFeature SEO Module-->

<?php if ($hidelink != "1" ):?>

<div id="credit">
<?php get_template_part('credit', 'footer' ); ?>
</div>

<?php endif;?>
</div> <!--end afterfooterwrap-->

</div> <!--end afterfooter-->
Expand Down
10 changes: 7 additions & 3 deletions functions.php
Expand Up @@ -16,6 +16,10 @@
$themeslug = 'dp';
$options = get_option($themename);

// Define Content Width.

if ( ! isset( $content_width ) ) $content_width = 640;

// Custom excerpt functions.

function droidpress_new_excerpt_more($more) {
Expand Down Expand Up @@ -95,7 +99,7 @@ function droidpress_render_ie_pie() { ?>
<style type="text/css" media="screen">
#header li a, .postmetadata, .post_container, #navbackground, .wp-caption, .sidebar-widget-style, .sidebar-widget-title, .boxes, .box1, .box2, .box3, .box-widget-title,
{
behavior: url('<?php bloginfo('stylesheet_directory'); ?>/library/pie/PIE.htc');
behavior: url('<?php get_stylesheet_directory_uri('stylesheet_directory'); ?>/library/pie/PIE.htc');
}
</style>
<?php
Expand Down Expand Up @@ -146,7 +150,7 @@ function droidpress_superfish() {

function droidpress_register_menus() {
register_nav_menus(
array( 'header-menu' => __( 'Header Menu' ), 'footer-menu' => __( 'Footer Menu' ))
array( 'header-menu' => 'Header Menu', 'footer-menu' => 'Footer Menu' )
);
}

Expand Down Expand Up @@ -196,7 +200,7 @@ function droidpress_admin_link() {
));


//iFeature theme options file
//Theme options files

require_once ( get_template_directory() . '/library/options/options-core.php' );
require_once ( get_template_directory() . '/library/options/meta-box.php' );
Expand Down
8 changes: 4 additions & 4 deletions header.php
Expand Up @@ -51,7 +51,7 @@
<meta name="distribution" content="global" />
<meta name="language" content="en" />

<!-- iFeature Blog Page SEO options -->
<!-- Blog Page SEO options -->
<?php if ($blogtitle != '' AND is_front_page()): ?>
<meta name="title" content="<?php echo $blogtitle ?>" />
<?php endif; ?>
Expand All @@ -63,10 +63,10 @@
<?php if ($homekeywords != '' AND is_front_page()): ?>
<meta name="keywords" content="<?php echo $homekeywords ?>" />
<?php endif; ?>
<!-- /iFeature Blog Page SEO options -->
<!-- Blog Page SEO options -->


<!-- iFeature Page SEO options -->
<!-- Page SEO options -->
<?php if ($title != '' AND !is_front_page()): ?>
<meta name="title" content="<?php echo $title ?>" />
<?php endif; ?>
Expand All @@ -78,7 +78,7 @@
<?php if ($keywords != '' AND !is_front_page()): ?>
<meta name="keywords" content="<?php echo $keywords ?>" />
<?php endif; ?>
<!-- /iFeature Page SEO options -->
<!-- Page SEO options -->

<!-- Page title -->
<title>
Expand Down
Binary file removed images/getifeaturepro.png
Binary file not shown.
Binary file removed images/ifeaturelogo.png
Binary file not shown.
Binary file removed images/imenu.png
Binary file not shown.
Binary file removed images/imenuhover.png
Binary file not shown.
Binary file removed images/next.jpg
Binary file not shown.
Binary file removed images/options/ifeaturepro.png
Binary file not shown.
Binary file removed images/prev.jpg
Binary file not shown.
Binary file removed images/pro/button_sprite.png
Binary file not shown.
Binary file removed images/pro/callout.png
Binary file not shown.
Binary file removed images/pro/calloutBlue.png
Binary file not shown.
Binary file removed images/pro/calloutGrey.png
Binary file not shown.
Binary file removed images/pro/calloutOrange.png
Binary file not shown.
Binary file removed images/pro/calloutPink.png
Binary file not shown.
Binary file removed images/pro/calloutRed.png
Binary file not shown.
Binary file removed images/pro/checkbox.png
Binary file not shown.
Binary file removed images/pro/iFeaturePro2-480.jpg
Binary file not shown.
Binary file removed images/pro/iFeaturePro2-640.jpg
Binary file not shown.
Binary file removed images/pro/iFeaturePro2thumb.jpg
Binary file not shown.
Binary file removed images/pro/ifeatureprolarge.jpg
Binary file not shown.
2 changes: 1 addition & 1 deletion index.php
Expand Up @@ -3,7 +3,7 @@
/*
Index
Creates the iFeature default index page.
Creates the default index page.
Copyright (C) 2011 CyberChimps
*/
Expand Down
6 changes: 3 additions & 3 deletions library/options/options-core.php
Expand Up @@ -128,7 +128,7 @@ function theme_options_do_page() {
<ul>
<li><a href="http://cyberchimps.com/store/" target="_blank">CyberChimps Store</a></li>
<li><a href="http://cyberchimps.com/support/" target="_blank">Support</a></li>
<li><a href="http://cyberchimps.com/ifeaturepro/docs/">Docs</a></li>
<li><a href="http://cyberchimps.com/droidpress/docs/">Docs</a></li>
<li><a href="http://cyberchimps.com/forum/" target="_blank">Forum</a></li>
<li><a href="http://twitter.com/#!/cyberchimps" target="_blank">Twitter</a></li>
<li><a href="http://www.facebook.com/CyberChimps" target="_blank">Facebook</a></li>
Expand All @@ -147,8 +147,8 @@ function theme_options_do_page() {

<div class="tabContainer">

<?php settings_fields( 'if_options' ); ?>
<?php $options = get_option( 'ifeature' ); ?>
<?php settings_fields( 'dp_options' ); ?>
<?php $options = get_option( 'droidpress' ); ?>

<table class="form-table">

Expand Down
2 changes: 1 addition & 1 deletion library/options/options-select.php
Expand Up @@ -9,7 +9,7 @@
*/

$select_featured_images = array(
'0' => array('value' => 'left','label' => __('Left (default)' )),'1' => array('value' => 'center','label' => __('Center')), '2' => array('value' => 'right','label' => __('Right')),
'0' => array('value' => 'left','label' =>'Left (default)' ),'1' => array('value' => 'center','label' => 'Center'), '2' => array('value' => 'right','label' => 'Right'),

);

Expand Down
2 changes: 1 addition & 1 deletion page.php
Expand Up @@ -2,7 +2,7 @@

/*
Page
Establishes the core iFeature page tempate.
Establishes the core page tempate.
Version: 2.0
Copyright (C) 2011 CyberChimps
Expand Down
2 changes: 1 addition & 1 deletion pagination.php
Expand Up @@ -3,7 +3,7 @@
/*
Section: Pagination
Authors: Trent Lapinski, Tyler Cunningham
Description: Controls iFeature pagination.
Description: Controls pagination.
Version: 1.0
*/

Expand Down
2 changes: 1 addition & 1 deletion search.php
Expand Up @@ -3,7 +3,7 @@
/*
Search
Establishes the iFeature search functionality.
Establishes the search functionality.
Copyright (C) 2011 CyberChimps
*/
Expand Down
2 changes: 1 addition & 1 deletion searchform.php
Expand Up @@ -3,7 +3,7 @@
/*
Search Form
Creates the iFeature search form
Creates the search form
Copyright (C) 2011 CyberChimps
*/
Expand Down
2 changes: 1 addition & 1 deletion single.php
Expand Up @@ -3,7 +3,7 @@
/*
Single
Establishes the single post template of iFeature.
Establishes the single post template.
Copyright (C) 2011 CyberChimps
*/
Expand Down

0 comments on commit c7640fc

Please sign in to comment.