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
RewriteEngine On | |
RewriteEngine on | |
RewriteCond %{REQUEST_FILENAME} !-f | |
RewriteCond %{REQUEST_FILENAME} !-d | |
RewriteRule (.*) index.php/$1 |
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 | |
class User_model extends CI_Model { | |
function __construct() | |
{ | |
parent::__construct(); | |
} | |
} |
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
/* Facebook Simple Styles */ | |
/* | |
Add to your user stylesheet to activate. | |
Preview a screenshot at http://cl.ly/E8I3. | |
+ Removes a bunch of panels, including chat, ads, status update form, apps, etc. | |
+ Center aligns the page. | |
+ Hides search bar until hover. Expands search bar to page width. | |
+ Expand image sizes by 140%. Adds rounded corners to images. | |
+ Hide comments until hover, then popover. |