function akst_head()
    {
        ak_prototype();
        print '
		<script type="text/javascript" src="' . AKST_FILE . '?akst_action=js"></script>
		<link rel="stylesheet" type="text/css" href="' . AKST_FILE . '?akst_action=css" />
		';
    }
Exemple #2
0
function wpsc_akst_head()
{
    $wp = get_bloginfo('wpurl');
    $url = wpsc_akst_FILEPATH;
    ak_prototype();
    print '
  <script type="text/javascript" src="' . $url . '?wpsc_akst_action=js"></script>
  <link rel="stylesheet" type="text/css" href="' . $url . '?wpsc_akst_action=css" />
  ';
}
Exemple #3
0
function akst_head()
{
    $wp = get_bloginfo('wpurl');
    $url = $wp . AKST_FILEPATH;
    ak_prototype();
    $tracking = get_option('st_tracking') == 'no' ? '&amp;st_tracking=no' : '';
    print '
	<script type="text/javascript" src="' . $url . '?akst_action=js' . $tracking . '"></script>
	<link rel="stylesheet" type="text/css" href="' . $url . '?akst_action=css" />
	';
}