source: extensions/skeleton/trunk/template/my_button.tpl @ 21307

Last change on this file since 21307 was 21307, checked in by mistic100, 11 years ago

fix breadcrumb in 2.5 & add button with new template features

File size: 377 bytes
Line 
1{strip}
2<a href="javascript:alert('Hello world!');" title="{'This is not the button you are looking for'|@translate}" class="pwg-state-default pwg-button" rel="nofollow">
3  <span class="pwg-icon" style="background:url('{$ROOT_URL}{$SKELETON_PATH}template/head.png') center center no-repeat;"> </span>
4  <span class="pwg-button-text">{'Skeleton'|@translate}</span>
5</a>
6{/strip}
Note: See TracBrowser for help on using the repository browser.