Loading 404.php +3 −3 Original line number Diff line number Diff line Loading @@ -13,11 +13,11 @@ get_header(); <div class="post-title"> <h1 class="post-title-box">Error: 404</h1> </div> <div class="post-content" style="text-align:center;"> <div style="display:inline-block;margin:0.25em;vertical-align:middle;font-size:10em;"> <div class="post-content error404"> <div class="icon"> ?! </div> <div style="display:inline-block;vertical-align:middle;"> <div class="message"> Die angefragte Seite existiert leider nicht. </div> </div> Loading footer.php +3 −3 Original line number Diff line number Diff line Loading @@ -9,9 +9,9 @@ get_header(); <!-- footer --> <div id="footer"> <div style="padding:1em;"> <a href="<?php echo home_url()."/legal/#impressum"; ?>">Impressum</a> | <a href="<?php echo home_url()."/legal/#rechtliches"; ?>">Rechtliches</a> <span style="float:right">© Fachschaft Computerlinguistik, Heidelberg</span> <div> <a href="<?php echo home_url()."/legal/#impressum"; ?>">Impressum</a> | <a href="<?php echo home_url()."/legal/#rechtliches"; ?>">Rechtliches</a> | <a href="<?php echo home_url()."/legal/#datenschutz"; ?>">Datenschutz</a> <span class="copyright">© Fachschaft Computerlinguistik, Heidelberg</span> </div> </div> <?php wp_footer(); ?> Loading header.php +3 −1 Original line number Diff line number Diff line Loading @@ -26,11 +26,13 @@ get_header(); <link rel="alternate" type="application/rss+xml" title="fscoli blog" href="<?php bloginfo('rss2_url'); ?>" /> <meta name="copyright" content="Fachschaft Computerlinguistik"> <meta name="description" content="<?php bloginfo('description');?>" /> <meta name="viewport" content="width=device-width, initial-scale=1.0" /> <?php wp_head(); ?> </head> <body> <div id="top"> <a href="<?php echo home_url();?>" style="border:none;"><div class="logo"></div></a> <a class="logo-link" href="<?php echo home_url();?>"><div class="logo"></div></a> <a class="menu-toggle" href="#menu-container">Menü</a> <nav id="menu-container"> <?php wp_nav_menu( array('container'=>'false', 'container-id'=>'menu-container', 'sort_column'=>'menu_order')); ?> </nav> Loading index.php +1 −1 Original line number Diff line number Diff line Loading @@ -36,7 +36,7 @@ get_header(); </select> <br> <br> <a href="<?php bloginfo('rss2_url'); ?>" style="display:block;border:none;font-size:0.8em;color:#8d8d8d;text-align:right;"> <a href="<?php bloginfo('rss2_url'); ?>" class="rss-link"> zum RSS-Feed </a> </div> Loading landing.php +12 −4 Original line number Diff line number Diff line Loading @@ -17,9 +17,9 @@ get_header(); </div> </div> <div class="home-row"> <div class="home-row-icon icon-ticker" style="left:2em;"></div> <div class="home-row-icon icon-ticker"></div> <div class="home-row-content"> <p style="text-align:right;"> <p> <?php echo apply_filters('the_content', $post->post_content); ?> </p> </div> Loading Loading @@ -54,13 +54,21 @@ get_header(); } ?> </ul> <a href="<?php echo home_url()."/blog/"; ?>"><div style="text-align:right;">mehr</div></a> <div class="more"> <a href="<?php echo home_url()."/blog/"; ?>"><?php if (get_bloginfo('language') === 'de-DE') { echo "Ältere Posts..."; } else { echo "older posts..."; } ?></a> </div> </div> </div> </div> <div class="home-row"> <div class="home-row-icon icon-rocket"></div> <div class="home-row-content" style="text-align:center;"> <div class="home-row-content link-list"> <br> <ul class="link-list"> <?php Loading Loading
404.php +3 −3 Original line number Diff line number Diff line Loading @@ -13,11 +13,11 @@ get_header(); <div class="post-title"> <h1 class="post-title-box">Error: 404</h1> </div> <div class="post-content" style="text-align:center;"> <div style="display:inline-block;margin:0.25em;vertical-align:middle;font-size:10em;"> <div class="post-content error404"> <div class="icon"> ?! </div> <div style="display:inline-block;vertical-align:middle;"> <div class="message"> Die angefragte Seite existiert leider nicht. </div> </div> Loading
footer.php +3 −3 Original line number Diff line number Diff line Loading @@ -9,9 +9,9 @@ get_header(); <!-- footer --> <div id="footer"> <div style="padding:1em;"> <a href="<?php echo home_url()."/legal/#impressum"; ?>">Impressum</a> | <a href="<?php echo home_url()."/legal/#rechtliches"; ?>">Rechtliches</a> <span style="float:right">© Fachschaft Computerlinguistik, Heidelberg</span> <div> <a href="<?php echo home_url()."/legal/#impressum"; ?>">Impressum</a> | <a href="<?php echo home_url()."/legal/#rechtliches"; ?>">Rechtliches</a> | <a href="<?php echo home_url()."/legal/#datenschutz"; ?>">Datenschutz</a> <span class="copyright">© Fachschaft Computerlinguistik, Heidelberg</span> </div> </div> <?php wp_footer(); ?> Loading
header.php +3 −1 Original line number Diff line number Diff line Loading @@ -26,11 +26,13 @@ get_header(); <link rel="alternate" type="application/rss+xml" title="fscoli blog" href="<?php bloginfo('rss2_url'); ?>" /> <meta name="copyright" content="Fachschaft Computerlinguistik"> <meta name="description" content="<?php bloginfo('description');?>" /> <meta name="viewport" content="width=device-width, initial-scale=1.0" /> <?php wp_head(); ?> </head> <body> <div id="top"> <a href="<?php echo home_url();?>" style="border:none;"><div class="logo"></div></a> <a class="logo-link" href="<?php echo home_url();?>"><div class="logo"></div></a> <a class="menu-toggle" href="#menu-container">Menü</a> <nav id="menu-container"> <?php wp_nav_menu( array('container'=>'false', 'container-id'=>'menu-container', 'sort_column'=>'menu_order')); ?> </nav> Loading
index.php +1 −1 Original line number Diff line number Diff line Loading @@ -36,7 +36,7 @@ get_header(); </select> <br> <br> <a href="<?php bloginfo('rss2_url'); ?>" style="display:block;border:none;font-size:0.8em;color:#8d8d8d;text-align:right;"> <a href="<?php bloginfo('rss2_url'); ?>" class="rss-link"> zum RSS-Feed </a> </div> Loading
landing.php +12 −4 Original line number Diff line number Diff line Loading @@ -17,9 +17,9 @@ get_header(); </div> </div> <div class="home-row"> <div class="home-row-icon icon-ticker" style="left:2em;"></div> <div class="home-row-icon icon-ticker"></div> <div class="home-row-content"> <p style="text-align:right;"> <p> <?php echo apply_filters('the_content', $post->post_content); ?> </p> </div> Loading Loading @@ -54,13 +54,21 @@ get_header(); } ?> </ul> <a href="<?php echo home_url()."/blog/"; ?>"><div style="text-align:right;">mehr</div></a> <div class="more"> <a href="<?php echo home_url()."/blog/"; ?>"><?php if (get_bloginfo('language') === 'de-DE') { echo "Ältere Posts..."; } else { echo "older posts..."; } ?></a> </div> </div> </div> </div> <div class="home-row"> <div class="home-row-icon icon-rocket"></div> <div class="home-row-content" style="text-align:center;"> <div class="home-row-content link-list"> <br> <ul class="link-list"> <?php Loading