Skip to content
This repository was archived by the owner on Dec 14, 2020. It is now read-only.

Commit d076877

Browse files
author
Bloggerschmidt
committed
Blank Template 3.0.0
1 parent 2a32eb0 commit d076877

129 files changed

Lines changed: 258 additions & 23051 deletions

File tree

Some content is hidden

Large Commits have some content hidden by default. Use the searchbox below for content that may be hidden.

README.md

100755100644
Lines changed: 6 additions & 20 deletions
Original file line numberDiff line numberDiff line change
@@ -3,34 +3,20 @@
33
Light, powerful and free template for Joomla!
44
for faster and easier web development.
55

6-
76
## Demo
87

9-
Look at [http://d.blank.vc](http://d.blank.vc) to see the source. Keep in mind it's only a blank white page with disabled parameter.
8+
Look at [http://d.blank.vc](http://d.blank.vc) to see the source. Keep in mind it's only a blank white page.
109

1110
## Functions
1211

13-
* Crazy fast with disabled parameter
14-
* Start from scratch with normalize.css or
15-
* Choose Foundation or Bootstrap framework
16-
* Great Icons in Boostrap with Font Awesome
17-
* Support for tablets, phones and even IE7
18-
* Possibility to code a jQuery standalone template
19-
* Disable javascripts like mootools.js, caption.js etc.
20-
* Customisable error, offline and print page
21-
* Advanced properties (compressor, less, sass ...)
12+
* Crazy fast with css compressor
13+
* Start from scratch with normalize.css
14+
* Support for desktops, tablets and phones
15+
* Customizable error, offline and print page
2216

2317
## Addons
2418

25-
* [Modernizr 2.7.1](http://modernizr.com/)
26-
* [jQuery 1.10.2](http://jquery.com/)
27-
* [Foundation 5.0.2](http://foundation.zurb.com/)
28-
* [Bootstrap 3.0.3](http://getbootstrap.com/)
29-
* [Font Awesome 4.0.3](http://fortawesome.github.com/Font-Awesome/)
30-
* [normalize.css 2.1.3](http://necolas.github.com/normalize.css/)
31-
* [PIE 1.0.0](http://css3pie.com/)
32-
* [LESS incl. less.js 1.5.1](http://lesscss.org/)
33-
* [SASS](http://sass-lang.com/)
19+
* [normalize.css 3.0.1](http://necolas.github.com/normalize.css/)
3420

3521
## PSD
3622

component.php

100755100644
Lines changed: 3 additions & 13 deletions
Original file line numberDiff line numberDiff line change
@@ -1,31 +1,21 @@
11
<?php defined( '_JEXEC' ) or die;
22

33
// variables
4-
$app = JFactory::getApplication();
54
$doc = JFactory::getDocument();
65
$tpath = $this->baseurl.'/templates/'.$this->template;
76

7+
// generator tag
88
$this->setGenerator(null);
99

1010
// load sheets and scripts
11-
$doc->addStyleSheet($tpath.'/css/bootstrap.min.css');
12-
$doc->addStyleSheet($tpath.'/css/bootstrap-responsive.min.css');
1311
$doc->addStyleSheet($tpath.'/css/print.css?v=1');
14-
//$doc->addScript($tpath.'/js/modernizr-2.6.2.js');
1512

1613
?><!doctype html>
17-
<!--[if IEMobile]><html class="iemobile" lang="<?php echo $this->language; ?>"> <![endif]-->
18-
<!--[if IE 7]> <html class="no-js ie7 oldie" lang="<?php echo $this->language; ?>"> <![endif]-->
19-
<!--[if IE 8]> <html class="no-js ie8 oldie" lang="<?php echo $this->language; ?>"> <![endif]-->
20-
<!--[if gt IE 8]><!--> <html class="no-js" lang="<?php echo $this->language; ?>"> <!--<![endif]-->
14+
15+
<html lang="<?php echo $this->language; ?>">
2116

2217
<head>
2318
<jdoc:include type="head" />
24-
<meta name="viewport" content="width=device-width, initial-scale=1.0"> <!-- mobile viewport optimized -->
25-
<link rel="apple-touch-icon-precomposed" href="<?php echo $tpath; ?>/images/apple-touch-icon-57x57-precomposed.png">
26-
<link rel="apple-touch-icon-precomposed" sizes="72x72" href="<?php echo $tpath; ?>/images/apple-touch-icon-72x72-precomposed.png">
27-
<link rel="apple-touch-icon-precomposed" sizes="114x114" href="<?php echo $tpath; ?>/images/apple-touch-icon-114x114-precomposed.png">
28-
<link rel="apple-touch-icon-precomposed" sizes="144x144" href="<?php echo $tpath; ?>/images/apple-touch-icon-144x144-precomposed.png">
2919
</head>
3020

3121
<body id="print">

0 commit comments

Comments
 (0)