function halcyonic_css() { $settings = theme_settings(); if ($settings['use_jscss'] == 'Yes') { ?> <noscript> <?php themecss(); ?> </noscript> <?php themejs(); ?> <script src="<?php qoolinfo('home'); ?> /<?php template_path(); ?> /css/5grid/init.js?use=mobile,desktop,1000px&mobileUI=1&mobileUI.theme=none&mobileUI.titleBarHeight=60&mobileUI.openerWidth=52"></script> <?php } else { ?> <?php themecss(); ?> <?php } ?> <!--[if IE 9]> <link rel="stylesheet" href="<?php qoolinfo('home'); ?> /<?php template_path(); ?> /css/style-ie9.css" /> <![endif]--> <?php }
Descargar </button> </form> <?php global $wpdb; $rfc = $_POST['rfc']; $query = " SELECT nombre FROM constancia_fieb WHERE RFC = '" . $rfc . "' "; $nombre = $wpdb->get_results($query, ARRAY_A); foreach ($nombre as $constancia) { $imprimir = $constancia['nombre']; } ?> <h3><?php echo $imprimir; ?> </h3> </div> </section> </section> </div><!-- #content --> </div><!-- #primary --> <div id="main" class="group container"> <?php themejs(); waypoints(); get_footer(); ?>
function wp_head() { $_SESSION['qool_main_include'] = false; google_jQuery(); if (!$_SESSION['wp_init']) { do_action('init'); $_SESSION['wp_init'] = true; } do_action('wp_enqueue_scripts'); themecss(); themejs(); do_action('wp_print_scripts'); qool_header(); do_action('wp_head'); $_SESSION['have_posts_called'] = false; $_SESSION['qool_main_include'] = false; $_SESSION['num_posts_called'] = 0; }
function arcana_css() { $settings = theme_settings(); if ($settings['use_jscss'] == 'Yes') { ?> <noscript> <?php themecss(); ?> </noscript> <?php themejs(); ?> <script src="<?php qoolinfo('home'); ?> /<?php template_path(); ?> /css/5grid/init.js?use=mobile,desktop,1000px&mobileUI=1&mobileUI.theme=none&mobileUI.titleBarHeight=60&mobileUI.openerWidth=52"></script> <?php } else { ?> <?php themecss(); ?> <?php } ?> <link rel="stylesheet" href="<?php qoolinfo('home'); ?> /<?php template_path(); ?> /themes/default/default.css" type="text/css" media="screen" /> <link rel="stylesheet" href="<?php qoolinfo('home'); ?> /<?php template_path(); ?> /themes/light/light.css" type="text/css" media="screen" /> <link rel="stylesheet" href="<?php qoolinfo('home'); ?> /<?php template_path(); ?> /themes/dark/dark.css" type="text/css" media="screen" /> <link rel="stylesheet" href="<?php qoolinfo('home'); ?> /<?php template_path(); ?> /themes/bar/bar.css" type="text/css" media="screen" /> <link rel="stylesheet" href="<?php qoolinfo('home'); ?> /<?php template_path(); ?> /nivo-slider.css" type="text/css" media="screen" /> <?php google_jqueryui(); ?> <!--[if IE 9]> <link rel="stylesheet" href="<?php qoolinfo('home'); ?> /<?php template_path(); ?> /css/style-ie9.css" /> <![endif]--> <script src="<?php qoolinfo('home'); ?> /<?php template_path(); ?> /jquery.yabox.min.js"></script> <script> $(document).ready(function(){ $('.thumbnails a img').yabox({ fullClass: 'fullPolaroid', cbs: { show: $().yabox.animated.show(), hide: $().yabox.animated.hide() }, hideOnClick: true, $content: $(this).attr('src') }); }); </script> <?php }