include("../../../bin/general.phps"); include("../../../bin/logs.phps"); $tag = "mush"; $subtag = "roleplay logs / pernmush"; $style = style_check(); /* Since this is a logs page, we need to figure out what logs we're going * to be displaying by default. This will be dependent upon what section of * logs we're dealing with, and what the last year of logs reported for that * section in the database is. */; $section = "pern"; if (isset($_GET['year'])) $year = $_GET['year']; else $year = get_year($section); $title = "f'hlan & mehlani logs - $year"; $default_blurb = 8; $no_mirror = 1; $simpleblurb=" These are logs from PernMUSH, featuring my former characters F'hlan, bronze Tzornth's rider, and his daughter Mehlani. Some logs are missing from the archive, but noted for reference. "; $is_submenu = 1; $parent = "mush index"; /* We need to print off the links for this particular section of logs. */; $content = do_log_links($section); $content .= "
\n
"; $content .= do_log_links($section); include("../../../src/template-sub.php"); ?>