| Server IP : 217.160.0.15 / Your IP : 216.73.216.30 Web Server : Apache System : Linux info 3.0 #1337 SMP Tue Jan 01 00:00:00 CEST 2000 all GNU/Linux User : u37981780 ( 1696858) PHP Version : 8.2.33 Disable Function : NONE MySQL : OFF | cURL : ON | WGET : ON | Perl : ON | Python : OFF | Sudo : OFF | Pkexec : OFF Directory : /homepages/43/d124547881/htdocs/app395378437/wp-content/themes/sonar/ |
Upload File : |
<?php /** * Template Name: One column, iframe full width * * A custom page template without sidebar styled for iframes. * * The "Template Name:" bit above allows this to be selectable * from a dropdown menu on the edit page screen. */ get_header(); ?> <div id="onecolumn-top"></div> <div id="wrapper" class="hfeed" style="background-image: none;"> <div id="main"> <div id="container" class="one-column-iframe"> <div id="content" role="main"> <?php /* Run the loop to output the page. * If you want to overload this in a child theme then include a file * called loop-page.php and that will be used instead. */ get_template_part( 'loop', 'page' ); ?> </div><!-- #content --> </div><!-- #container --> </div><!-- #main --> <footer id="footer" role="contentinfo" style="background-image: none;"> <?php get_footer(); ?>