<?php 
include "momforumnotification.php";
?>
          
          
      <!-- Left side column. contains the logo and sidebar -->
      
      <?php 
include_once "includes/leftnavigation.php";
?>

      <?php 
$thread_id = $_REQUEST['id'];
$result = getAllMomForumThreadByThreadId($thread_id);
$thread = mysql_fetch_array($result);
$mom_subform = getMomForumTopicsById($thread['mom_sub_forum_id']);
$momsubform = mysql_fetch_array($mom_subform);
$user_detail = getUserById($thread['user_id']);
$user = mysql_fetch_array($user_detail);
?>
      <!-- Content Wrapper. Contains page content -->
      <div class="content-wrapper">
        <!-- Content Header (Page header) -->
        <section class="content-header">
          <h1>
            Mom Forum Threads
            <small></small>
          </h1>
          <ol class="breadcrumb">
              <li><a href="dashboard.php"><i class="fa fa-dashboard"></i> Dashboard</a></li>
            <li><a href="momforum.php"><i class="fa fa-dashboard"></i>Mom Forum</a><li>
      
          <?php 
include "momforumnotification.php";
?>
          
          
      <!-- Left side column. contains the logo and sidebar -->
      
      <?php 
include_once "includes/leftnavigation.php";
?>

      <?php 
$mom_forum_topic_id = $_REQUEST['id'];
$mom_topics = getMomForumTopicsById($mom_forum_topic_id);
$mom_topic = mysql_fetch_array($mom_topics);
?>
      <!-- Content Wrapper. Contains page content -->
      <div class="content-wrapper">
        <!-- Content Header (Page header) -->
        <section class="content-header">
          <h1>
            <?php 
echo $mom_topic['mom_sub_forum_title'];
?>
            <small></small>
          </h1>
          <ol class="breadcrumb">
              <li><a href="dashboard.php"><i class="fa fa-dashboard"></i> Dashboard</a></li>
              <li><a href="momforum.php"><i class="fa fa-dashboard"></i> Mom Forum</a></li>