You are here

rules-link.tpl.php in Rules Link 7

Same filename and directory in other branches
  1. 7.2 rules-link.tpl.php

File

rules-link.tpl.php
View source
<div class="rules-link-wrapper rules-link-<?php

print $rules_link->name;
?>">
  <a href="<?php

print $href;
?>" <?php

print $attr;
?>><?php

print $title;
?></a>
</div>