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 | |
namespace Craft; | |
class RedactorStylesPlugin extends BasePlugin | |
{ | |
public function getName() | |
{ | |
return Craft::t('Redactor Styles'); | |
} |
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
#! /usr/bin/pythonw | |
# | |
# Modified by Michael Bianco <info@cliffsidedev.com> on June 26, 2009 | |
# Written by Thomas Pan at January 21, 2007 | |
# mysql2graffle for Omnigraffle 5 is based on | |
# MyDBGraffle for OmniGraffle 4 which is based on Paul Davis' work at http://www.visualdistortion.org | |
# | |
# Requires: | |
# | |
# OmniGraffle 5 |
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 | |
/************************************************** | |
Custom configuration bootstrap file for ExpressionEngine | |
1) Place config.php above site root | |
2) Require this bootstrap file at the bottom of the config and database files: | |
system/expressionengine/config/config.php | |
Example: require(realpath(dirname(__FILE__) . '/../../../config.php')); |