Skip to content

Commit

Permalink
version 1.1
Browse files Browse the repository at this point in the history
updated to bootstrap 3.0.3
  • Loading branch information
AS-OLD committed Jan 14, 2014
1 parent 0294990 commit 09ffed6
Show file tree
Hide file tree
Showing 69 changed files with 7,893 additions and 2,063 deletions.
2 changes: 1 addition & 1 deletion 404.php
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@
* The template for displaying 404 pages (Not Found).
*
* @author Matthias Thom | http://upplex.de
* @package upBootWP 0.1
* @package upBootWP 1.1
*/

get_header(); ?>
Expand Down
2 changes: 1 addition & 1 deletion archive.php
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@
* Learn more: http://codex.wordpress.org/Template_Hierarchy
*
* @author Matthias Thom | http://upplex.de
* @package upBootWP 0.1
* @package upBootWP 1.1
*/

get_header(); ?>
Expand Down
2 changes: 1 addition & 1 deletion comments.php
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@
* located in the inc/template-tags.php file.
*
* @author Matthias Thom | http://upplex.de
* @package upBootWP 0.1
* @package upBootWP 1.1
*/

/*
Expand Down
2 changes: 1 addition & 1 deletion content-page.php
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@
* The template used for displaying page content in page.php
*
* @author Matthias Thom | http://upplex.de
* @package upBootWP 0.1
* @package upBootWP 1.1
*/
?>

Expand Down
2 changes: 1 addition & 1 deletion content-single.php
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
<?php
/**
* @author Matthias Thom | http://upplex.de
* @package upBootWP 0.1
* @package upBootWP 1.1
*/
?>

Expand Down
2 changes: 1 addition & 1 deletion content.php
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
<?php
/**
* @author Matthias Thom | http://upplex.de
* @package upBootWP 0.1
* @package upBootWP 1.1
*/
?>

Expand Down
7,505 changes: 6,659 additions & 846 deletions css/upbootwp.css

Large diffs are not rendered by default.

12 changes: 12 additions & 0 deletions css/upbootwp.min.css

Large diffs are not rendered by default.

Binary file modified fonts/glyphicons-halflings-regular.eot
100644 → 100755
Binary file not shown.
399 changes: 200 additions & 199 deletions fonts/glyphicons-halflings-regular.svg
100644 → 100755
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file modified fonts/glyphicons-halflings-regular.ttf
100644 → 100755
Binary file not shown.
Binary file modified fonts/glyphicons-halflings-regular.woff
100644 → 100755
Binary file not shown.
2 changes: 1 addition & 1 deletion footer.php
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@
* Contains the closing of the id=main div and all content after
*
* @author Matthias Thom | http://upplex.de
* @package upBootWP 0.1
* @package upBootWP 1.1
*/
?>

Expand Down
10 changes: 5 additions & 5 deletions functions.php
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@
/**
*
* @author Matthias Thom | http://upplex.de
* @package upBootWP 0.1
* @package upBootWP 1.1
*/

if (!isset($content_width)) $content_width = 770;
Expand Down Expand Up @@ -66,9 +66,9 @@ function upbootwp_widgets_init() {
add_action( 'widgets_init', 'upbootwp_widgets_init' );

function upbootwp_scripts() {
wp_enqueue_style( 'upbootwp-css', get_template_directory_uri().'/css/upbootwp.css', array(), '20130908');
wp_enqueue_style( 'upbootwp-css', get_template_directory_uri().'/css/upbootwp.min.css', array(), '1.1');
wp_enqueue_script( 'upbootwp-jQuery', get_template_directory_uri().'/js/jquery.js',array(),'2.0.3',true);
wp_enqueue_script( 'upbootwp-basefile', get_template_directory_uri().'/js/bootstrap.min.js',array(),'20130905',true);
wp_enqueue_script( 'upbootwp-basefile', get_template_directory_uri().'/js/bootstrap.min.js',array(),'1.1',true);
}
add_action( 'wp_enqueue_scripts', 'upbootwp_scripts' );

Expand All @@ -80,8 +80,8 @@ function upbootwp_scripts() {
* @return void
*/
function upbootwp_less() {
printf('<link rel="stylesheet" type="text/less" href="%s" />', get_template_directory_uri().'/less/bootstrap.less?ver=0.1'); // raus machen :)
printf('<script type="text/javascript" src="%s"></script>', get_template_directory_uri().'/js/less.js');
printf('<link rel="stylesheet" type="text/less" href="%s" />', get_template_directory_uri().'/less/bootstrap.less?ver=1.1'); // raus machen :)
printf('<script type="text/javascript" src="%s"></script>', get_template_directory_uri().'/js/less.js?ver=1.6.1');
}
// Enable this when you want to work with less
//add_action('wp_head', 'upbootwp_less');
Expand Down
2 changes: 1 addition & 1 deletion header.php
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@
* Displays all of the <head> section and everything up till <main id="main">
*
* @author Matthias Thom | http://upplex.de
* @package upBootWP 0.1
* @package upBootWP 1.1
*/
?><!DOCTYPE html>
<html <?php language_attributes(); ?>>
Expand Down
2 changes: 1 addition & 1 deletion image.php
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@
* The template for displaying image attachments.
*
* @author Matthias Thom | http://upplex.de
* @package upBootWP 0.1
* @package upBootWP 1.1
*/

get_header();
Expand Down
2 changes: 1 addition & 1 deletion index.php
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,7 @@
* Learn more: http://codex.wordpress.org/Template_Hierarchy
*
* @author Matthias Thom | http://upplex.de
* @package upBootWP 0.1
* @package upBootWP 1.1
*/

get_header(); ?>
Expand Down
Loading

0 comments on commit 09ffed6

Please sign in to comment.