Development

Changeset 9330

You must first sign up to be able to contribute.

Changeset 9330

Show
Ignore:
Timestamp:
05/28/08 00:03:18 (5 years ago)
Author:
dwhittle
Message:

ysfDimensionsPlugin: fixed wiki formatting + added note about 1.0

Files:

Legend:

Unmodified
Added
Removed
Modified
Copied
Moved
  • plugins/ysfDimensionsPlugin/branches/1.1/README

    r9328 r9330  
    77== Getting Started == 
    88 
     9'''For setting up ysfDimensionsPlugin for use with symfony 1.0 projects, please see http://trac.symfony-project.com/browser/plugins/ysfDimensionsPlugin/branches/1.0/README.''' 
    910 
    1011=== Requirements === 
     
    3132 
    3233'''1. Configure your project and application configuration to use this plugin''' 
    33 {{{ 
    3434 
    3535Open project/config/ProjectConfiguration.class.php in your favorite text editor, then: 
     
    5959{{{ 
    6060allowed: 
    61  culture:       [en, fr, it, de] 
    62  theme:         [classic, corporate] 
     61  culture:      [en, fr, it, de] 
     62  theme:        [classic, corporate] 
    6363}}} 
    6464 
     
    113113{{{ 
    114114allowed: 
    115  culture:       [en, fr, it, de] 
    116  theme:         [classic, corporate] 
     115  culture:      [en, fr, it, de] 
     116  theme:        [classic, corporate] 
    117117}}} 
    118118