Skip to content

Commit

Permalink
Update README.md
Browse files Browse the repository at this point in the history
  • Loading branch information
andreasisaak authored and aschempp committed Apr 30, 2012
1 parent a96c463 commit 06455a0
Showing 1 changed file with 5 additions and 5 deletions.
10 changes: 5 additions & 5 deletions README.md
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
Usage with columnFields
=======================

<pre><code>
```php
<?php

$GLOBALS['TL_DCA']['tl_theme']['fields']['templateSelection'] = array
Expand Down Expand Up @@ -41,14 +41,14 @@ $GLOBALS['TL_DCA']['tl_theme']['fields']['templateSelection'] = array
);

?>
</code></pre>
```


Usage with callback
===================

<pre><code>
<?php
```php
<?php

$GLOBALS['TL_DCA']['tl_table']['fields']['anything'] = array
(
Expand All @@ -63,7 +63,7 @@ $GLOBALS['TL_DCA']['tl_table']['fields']['anything'] = array
);

?>
</code></pre>
```


More information
Expand Down

0 comments on commit 06455a0

Please sign in to comment.