This file contains hidden or 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
<div class="panel"> | |
<p>A good looking panel</p> | |
</div> | |
<div class="panel radius"> | |
<p>Outstanding panel, with <em>radius</em></p> | |
</div> |
This file contains hidden or 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
<div class="row"> | |
<div class="six columns"> | |
<p>Any kind of content in a column</p> | |
</div> | |
<div class="six columns"> | |
<p>So long as columns add up to twelve</p> | |
</div> | |
</div> |
This file contains hidden or 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
<article> | |
<p>@bobbridgestock Bobs SPOT Tracker Latitude:-34.8474 Longitude:150.59785 GPS location Date/Time:06/21/2012 12:36:40 E... http://t.co/RJPPcoY4</p> | |
<article> |
This file contains hidden or 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
<!-- ExpressionEngine BrilliantRetail | |
<div class="price_wrapper sale"> | |
{price_html} | |
</div> | |
<div class="price_wrapper"> | |
{price_html} | |
</div> | |
--> | |
<div class="price_wrapper sale"> |
This file contains hidden or 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
<?php if ( ! defined('BASEPATH')) exit('No direct script access allowed'); | |
/* | |
|-------------------------------------------------------------------------- | |
| ExpressionEngine Config Items | |
|-------------------------------------------------------------------------- | |
| | |
| The following items are for use with ExpressionEngine. The rest of | |
| the config items are for use with CodeIgniter, some of which are not | |
| observed by ExpressionEngine, e.g. 'permitted_uri_chars' |
NewerOlder