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
<?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' |
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
config.php | |
=========== | |
<?php | |
include($_SERVER['DOCUMENT_ROOT'].'/assets/config/config.php'); | |
?> | |
database.php | |
============ | |
<?php | |
include($_SERVER['DOCUMENT_ROOT'].'/assets/config/database.php'); |
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
/assets/ | |
/__site_info | |
/__static_html | |
/config | |
/config.php | |
/database.php | |
/site_css | |
/site_fonts | |
/site_images | |
/site_js |
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
{exp:authenticate:forgot_password} | |
<fieldset> | |
<ul> | |
<li> | |
<label for="username">Username</label><input type="text" id="username" name="username" /> | |
</li> | |
</ul> | |
</fieldset> | |
<button class="button send_button form_button" value="Submit" type="submit"></button> | |
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
Sometimes this value is blank | |
{exp:stash:get_list name='result_data'}{if '{cf_catentry_date}' != ''}{cf_catentry_date}{/if}{/exp:stash:get_list} |
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
/* Auto float clearing for compliant browsers | |
*************************************************************************/ | |
.group:after { | |
content: "."; | |
height:0; | |
display:block; | |
clear:both; | |
visibility:hidden; | |
} |
NewerOlder