-
Notifications
You must be signed in to change notification settings - Fork 159
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Update template info, framework and update tooltips
- Update T3 blank template info page - Update T3 framework page
- Loading branch information
simbat
committed
Jan 30, 2013
1 parent
1b12242
commit 2e42e3b
Showing
2 changed files
with
54 additions
and
55 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
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 |
---|---|---|
@@ -1,43 +1,42 @@ | ||
<?php | ||
/** | ||
*------------------------------------------------------------------------------ | ||
* @package T3 Framework for Joomla! | ||
*------------------------------------------------------------------------------ | ||
* @copyright Copyright (C) 2004-2013 JoomlArt.com. All Rights Reserved. | ||
* @license GNU General Public License version 2 or later; see LICENSE.txt | ||
* @authors JoomlArt, JoomlaBamboo, (contribute to this project at github | ||
* & Google group to become co-author) | ||
* @Google group: https://groups.google.com/forum/#!forum/t3fw | ||
* @Link: https://github.com/t3framework/ | ||
*------------------------------------------------------------------------------ | ||
*/ | ||
|
||
|
||
// no direct access | ||
defined('_JEXEC') or die; | ||
?> | ||
|
||
<div class="span4"> | ||
<div class="tpl-preview"> | ||
<img src="<?php echo T3_TEMPLATE_URL ?>/template_preview.png" alt="Template Preview" /> | ||
</div> | ||
</div> | ||
<div class="span8"> | ||
<div class="t3-admin-overview-header"> | ||
<h2> | ||
T3 Blank | ||
<small style="display: block;">Your solid Starting Point</small> | ||
</h2> | ||
<p>T3 Blank is a blank theme for T3 Framework. With the latest improvements, features and ease of usage, you can now easily adapt it to your site. T3 is way ahead of its predecessors versions viz T3v1 and T3v2. Its more powerful, elegant, user friendly, feature rich and developed to support the latest Joomla 3.0 improvements, don't worry T3v3 is also available for Joomla 2.5 too.</p> | ||
</div> | ||
<div class="t3-admin-overview-body"> | ||
<h4>Quick Features</h4> | ||
<ul class="t3-admin-overview-features"> | ||
<li>Clean and semantic CSS/HTML base.</li> | ||
<li>Smart workflow</li> | ||
<li>Flexible theme magic</li> | ||
<li>Build with LESS</li> | ||
</ul> | ||
</div> | ||
</div> | ||
|
||
<?php | ||
/** | ||
*------------------------------------------------------------------------------ | ||
* @package T3 Framework for Joomla! | ||
*------------------------------------------------------------------------------ | ||
* @copyright Copyright (C) 2004-2013 JoomlArt.com. All Rights Reserved. | ||
* @license GNU General Public License version 2 or later; see LICENSE.txt | ||
* @authors JoomlArt, JoomlaBamboo, (contribute to this project at github | ||
* & Google group to become co-author) | ||
* @Google group: https://groups.google.com/forum/#!forum/t3fw | ||
* @Link: https://github.com/t3framework/ | ||
*------------------------------------------------------------------------------ | ||
*/ | ||
|
||
|
||
// no direct access | ||
defined('_JEXEC') or die; | ||
?> | ||
|
||
<div class="span4"> | ||
<div class="tpl-preview"> | ||
<img src="<?php echo T3_TEMPLATE_URL ?>/template_preview.png" alt="Template Preview" /> | ||
</div> | ||
</div> | ||
<div class="span8"> | ||
<div class="t3-admin-overview-header"> | ||
<h2> | ||
T3 Blank | ||
<small style="display: block;">Your solid Starting Point</small> | ||
</h2> | ||
<p>T3 Blank is a blank theme for T3 Framework. With the latest improvements, features and ease of usage, you can now easily adapt it to your site. T3 is way ahead of its predecessors versions viz T3v1 and T3v2. Its more powerful, elegant, user friendly, feature rich and developed to support the latest Joomla 3.0 improvements, don't worry T3 is also available for Joomla 2.5 too.</p> | ||
</div> | ||
<div class="t3-admin-overview-body"> | ||
<h4>Resources:</h4> | ||
<ul class="t3-admin-overview-features"> | ||
<li><a href=\"http://www.joomlart.com/forums/downloads.php?do=cat&id=460\" title="">Download Link</a></li> | ||
<li><a href=\"http://t3-framework.org/documentation.html\" title="">Documentation Link</a></li> | ||
<li><a href=\"http://pm.joomlart.com/browse/JATCBLANK3\" title="">Changelog Link</a></li> | ||
<li><a href=\"http://www.joomlart.com/forums/forumdisplay.php?411-JA-T3V3-Framework\" title="">Forum Link</a></li> | ||
</ul> | ||
</div> | ||
</div> |