Skip to content

Instantly share code, notes, and snippets.

@adamfairholm
Created October 16, 2011 17:25
Show Gist options
  • Save adamfairholm/1291157 to your computer and use it in GitHub Desktop.
Save adamfairholm/1291157 to your computer and use it in GitHub Desktop.
PyroCMS 1.3 vs 1.4 beck end
// PyroCMS 1.3.x and below:
<h3>Your Title</h3>
<table>
// Table Content Here
</table>
// PyroCMS 1.4
<section class="title">
<h4>Your Title</h4>
</section>
<section class="item">
<table>
// Table Content Here
</table>
</section>
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment