Searched refs:tpl_button_a (Results 1 – 2 of 2) sorted by relevance
/template/kajukkk/ |
H A D | main.php | 148 …<?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 D | tpl_functions.php | 67 function tpl_button_a($type, $pre = '', $suf = '', $class='', $inner = '', $return = false) { function
|