Created
October 16, 2011 17:25
-
-
Save adamfairholm/1291157 to your computer and use it in GitHub Desktop.
PyroCMS 1.3 vs 1.4 beck end
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
// 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