It's good to eat yogurt after a meal. Otherwise, all of good bacteria from yogurt will be killed before they get to your intestine.
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
/* | |
@theme Quiet Light | |
@override-placeholders html, xml, css, php, php+html | |
@author Ian Beck | |
*/ | |
@base { | |
color: #333; | |
background-color: #f5f5f5; | |
insertion-point-color: #000; |
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
/***********************************************************/ | |
/* LiveFilter Plugin */ | |
/* Version: 1.0 */ | |
/* Mike Merritt */ | |
/* Updated January 4th, 2009 */ | |
/***********************************************************/ | |
(function($){ | |
$.fn.liveFilter = function (filter_field, items, text) { | |
// Grabs the id of the element containing the filter |
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
{assign_variable:my_weblog="default_site"} | |
{assign_variable:my_template_group="site"} | |
<!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Transitional//EN" | |
"http://www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd"> | |
<html xmlns="http://www.w3.org/1999/xhtml" xml:lang="en" lang="en"> | |
<head> | |
<title>Boil The Bunny | How Bad Could Your Ex Be?</title> | |
<meta http-equiv="content-type" content="text/html; charset=utf-8" /> | |
<link rel='stylesheet' type='text/css' media='all' href='{stylesheet=site/css2}' /> |
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
<!-- start content --> | |
<div id="content_confess"> | |
<div class="post"> | |
<h2 class="title">Confess your story to us</h2> | |
<div class="entry"> {exp:weblog:entry_form weblog="default_site" return="site/index" preview="site/entry"} | |
<table width="100%" border="0"> | |
<tr> | |
<td width="22%"><label for="title">Title:</label></td> | |
<td width="78%"> |
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
<!-- start content --> | |
<div id="content_confess"> | |
{exp:weblog:entries weblog="{my_weblog}" orderby="date" sort="desc" limit="15" disable="member_data|trackbacks"} | |
<div class="post"> | |
<h2 class="title">{title}</h2> | |
<div class="entry"> | |
<p>{name}</p> | |
<p>{body_content}</p> | |
<p> </p> | |
</div><!--.entry--> |
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
# All id type columns are set to integer with a length of 4 since this forces Doctrine to use integer type instead of bigint. This is especially important for working with sfGuardUserPlugin. | |
sfGuardUserProfile: | |
actAs: { Timestampable: ~ } | |
columns: | |
id: { type: integer(4), primary: true, autoincrement: true } | |
user_id: integer(4) | |
first_name: varchar(50) | |
last_name: varchar(50) | |
email: varchar(100) | |
phone: varchar(25) |
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 | |
/** | |
* sfGuardUserProfile form. | |
* | |
* @package form | |
* @subpackage sfGuardUserProfile | |
* @version SVN: $Id: sfDoctrineFormTemplate.php 6174 2007-11-27 06:22:40Z fabien $ | |
*/ | |
class sfGuardUserProfileForm extends BasesfGuardUserProfileForm |
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 | |
/** | |
* sfGuardUser form. | |
* | |
* @package form | |
* @subpackage sfGuardUser | |
* @version SVN: $Id: sfDoctrineFormTemplate.php 6174 2007-11-27 06:22:40Z fabien $ | |
*/ | |
class sfGuardUserForm extends PluginsfGuardUserForm |
NewerOlder