Welcome, guest! Login / Register - Why register?
Psst.. new poll here.
[email protected] webmail now available. Want one? Go here.
Cannot use outlook/hotmail/live here to register as they blocking our mail servers. #microsoftdeez
Obey the Epel!

Paste

Pasted as PHP by hhhhhh ( 4 years ago )
echo " <ul class='nav nav-tabs' id='myTab' role='tablist'>";
    echo "<li class='nav-item' role='presentation'>";
    echo "<a class='nav-link active' id='home-tab' data-toggle='tab' href='#reviews' role='tab' aria-controls='home' aria-selected='true'>Highlights</a>";
    echo "</li>";
    echo "<li class='nav-item' role='presentation'>";
    echo "<a class='nav-link' id='profile-tab' data-toggle='tab' href='#highlights' role='tab' aria-controls='profile' aria-selected='false'>Reviews</a>";
    echo "</li>";
    echo "<li class='nav-item' role='presentation'>";
    echo "</li>";
    echo "</ul>";
    echo "<div class='tab-content' id='myTabContent'>";
    echo "<div class='tab-pane fade show active' id='highlights' role='tabpanel' aria-labelledby='home-tab'>
    getRestaurantHighlights(" . $result['res_id'] . ");

  </div>";
    echo "<div class='tab-pane fade' id='reviews' role='tabpanel' aria-labelledby='profile-tab'>
    getRestaurantReviews(" . $result['res_id'] . ");
  </div>";

 

Revise this Paste

Parent: 110558
Your Name: Code Language: