Esempio n. 1
0
    if (!empty($blogmainname)) {
        // If you see a › (square) here : This is not a bug,
        // but a missing sign in your font
        echo "›" . $blogmainname;
    }
} else {
    // On subblog: set also a link to the subblog
    ?>
                </a>
                            › <a href="<?php 
    echo "./?blog={$getblog}";
    ?>
">
                    <?php 
    // get the blog name
    echo BlogListGenerator::getName("./blogs/{$getblog}.md");
}
?>
                </a>
                    </span>
        </nobr>
        <div class="fadeout"></div>
        <!--
        if the blog name is to long (especially on mobile devices), a fadeout
        fades the text out at the end of the header
        -->
    </div>
    <?php 
// Blog Intro text
if (file_exists("blogs/{$blog}.md") && $getarticle == "" && $blogintro == "yes" && $gettag == "") {
    // only shown if not in article or tag view
Esempio n. 2
0
    <a href="<?php 
            echo "?page=" . ($pagenumber - 1);
            ?>
" class="pag_prev button"><?php 
            echo $BLOGLANG['Previous Page'];
            ?>
</a>
<?php 
        }
    }
    if (isset($getblog)) {
        $pag_blog = $getblog;
    } else {
        $pag_blog = "main";
    }
    if ($pag_max < BlogListGenerator::getArticleAmount($pag_blog)) {
        if (isset($getblog)) {
            ?>
    <a href="<?php 
            echo "?blog=" . $getblog . "&page=" . ($pagenumber + 1);
            ?>
" class="pag_next button"><?php 
            echo $BLOGLANG["Next Page"];
            ?>
</a>
<?php 
        } else {
            ?>
    <a href="<?php 
            echo "?page=" . ($pagenumber + 1);
            ?>