Sha256: fb32dfd29e079e13917340028830048c8b3a53d860f1bfe7003fc5026cbd21e4

Contents?: true

Size: 245 Bytes

Versions: 12

Compression:

Stored size: 245 Bytes

Contents

<?
  function editmode() {
    global $c;
    if ($c->isEditMode()) {
      echo "editMode";
    }
  }

  function image_tag($t, $img) {
    $imgPath = ($t->getThemePath()) . "/images/";
    echo "<img src='" . $imgPath . $img . "' />";
  } 

?>

Version data entries

12 entries across 12 versions & 1 rubygems

Version Path
pave-0.9.0 templates/themes/blank/includes/view_helpers.php
pave-0.8.0 templates/themes/blank/includes/view_helpers.php
pave-0.7.1 templates/themes/blank/includes/view_helpers.php
pave-0.7.0 templates/themes/blank/includes/view_helpers.php
pave-0.6.6 templates/themes/blank/includes/view_helpers.php
pave-0.6.5 templates/themes/blank/includes/view_helpers.php
pave-0.6.4 templates/themes/blank/includes/view_helpers.php
pave-0.6.3 templates/themes/blank/includes/view_helpers.php
pave-0.6.2 templates/themes/blank/includes/view_helpers.php
pave-0.6.1 templates/themes/blank/includes/view_helpers.php
pave-0.6.0 templates/themes/blank/includes/view_helpers.php
pave-0.5.0 templates/themes/blank/includes/view_helpers.php