Home
last modified time | relevance | path

Searched refs:tpl_button_a (Results 1 – 2 of 2) sorted by relevance

/template/kajukkk/
H A Dmain.php148 …<?php if(($ACT!="search"))tpl_button_a('edit','pencil','','editmain btn btn-danger pull-right nop…
293 … <?php tpl_button_a('edit','pencil','','btn-info btn-circle slideTextUp');?>
297 <?php tpl_button_a('history','history','','btn-primary btn-circle slideTextUp');?>
303 … <?php tpl_button_a('login','sign-in','','btn-warning btn-circle slideTextUp');?>
305 … <?php tpl_button_a('media','image','','btn-primary btn-circle slideTextUp');?>
309 <?php tpl_button_a('admin','cog','','btn-default btn-circle slideTextUp');?>
H A Dtpl_functions.php67 function tpl_button_a($type, $pre = '', $suf = '', $class='', $inner = '', $return = false) { function