Skip to content

Instantly share code, notes, and snippets.

@cwage
Created October 7, 2010 17:33
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save cwage/615497 to your computer and use it in GitHub Desktop.
Save cwage/615497 to your computer and use it in GitHub Desktop.
all:
email: info@centresource.com
TinyMce:
config:
plugins: 'pagebreak, fullscreen, advimage'
fullscreen_new_window: true
relative_urls: false
theme_advanced_buttons1: "bold, italic, underline, bullist, numlist, outdent, indent, blockquote, justifyleft, justifycenter, justifyright, link, unlink, image, separator, undo, redo"
theme_advanced_buttons2: 'hr,removeformat,visualaid,separator,sub,sup,separator,charmap, fullscreen, pagebreak, formatselect, styleselect, code'
theme_advanced_buttons3: ""
extended_valid_elements: 'img[style|class|src|alt|title|hspace|vspace|width|height|align|onmouseover|onmouseout|name]'
### For Custom Styles: ###
theme_advanced_styles: 'Caption=caption'
content_css: '%web_root%/css/tinymce-custom-styles.css'
### For Kae's File Manager: ###
# file_browser_callback: 'kfm_for_tiny_mce'
# kfm_web_dir: '%web_root%/kfm'
$from = sfConfig::get('app_email');
print $from; exit;
cwage@portaptty:~/projects/urc-prayer$ ./symfony urc:mail_prayers
cwage@portaptty:~/projects/urc-prayer$
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment