Plugin Directory

Changeset 505875


Ignore:
Timestamp:
02/16/2012 12:46:00 PM (14 years ago)
Author:
Evil Genius
Message:

div id="faq-wrapper" removed, no longer used...

File:
1 edited

Legend:

Unmodified
Added
Removed
  • tf-faq/trunk/faq-manage-questions.php

    r505861 r505875  
    77if(!$cur_category) { ?>
    88<div class="wrap">
    9 <div id="faq-wrapper">
    109    <h2><?php _e('Create a category','tf-faq')?></h2>
    1110    <p><?php _e('You did not create a category yet. Please <a href="?page=faq-categories">create one</a> first.','tf-faq')?></p>
    12 </div>
    1311</div>
    1412<?php
     
    1614?>
    1715<div class="wrap">
    18 <div id="faq-wrapper">
    1916<div class="icon32" id="icon-edit"><br></div>
    2017    <h2>&ldquo;<?php echo ucfirst($cur_category->category)?>&rdquo; <?php _e('Questions','tf-faq')?></h2>
     
    108105    </form>
    109106</div>
    110 </div>
    111107
    112108<?php } //end if there is no category statement ?>
Note: See TracChangeset for help on using the changeset viewer.