Skip to content

Instantly share code, notes, and snippets.

@bigin
Last active May 20, 2017 05:47
Show Gist options
  • Save bigin/c46f6a8017ff6c3125130223d20cf5f3 to your computer and use it in GitHub Desktop.
Save bigin/c46f6a8017ff6c3125130223d20cf5f3 to your computer and use it in GitHub Desktop.
<?php
$this->categoryRow =
<<<EOD
<section class="sc-element-wrapper">
<figure>
<a href="[[href]]"><img src="[[image]]" alt="[[image_title]]"></a>
</figure>
<header><h3>[[name]]</h3></header>
<div class="sc-element-infos">
[[description]]
<div class="sc-element-navi">
[[category_info]]
</div>
</div>
</section>
EOD;
$this->categoryRow =
<<<EOD
<section class="sc-element-wrapper">
<figure>
<a href="[[href]]"><img src="[[image]]" alt="[[image_title]]"></a>
</figure>
</section>
EOD;
$this->categoryListWrapper =
<<<EOD
<div class="sc-cl-wrapper">
[[header]]
[[breadcrumbs]]
[[content]]
[[pagination]]
[[footer]]
</div>
EOD;
$this->categoryListWrapper = '';
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment