Changeset 502923
- Timestamp:
- 02/09/2012 08:50:44 PM (14 years ago)
- File:
-
- 1 edited
-
tf-faq/trunk/faq.php (modified) (1 diff)
Legend:
- Unmodified
- Added
- Removed
-
tf-faq/trunk/faq.php
r502919 r502923 185 185 } else { 186 186 require_once('faq-insert-category.php'); 187 }188 }189 190 function faq_categories() {191 require_once('faq-actions.php');192 193 if(empty($_GET['edit'])) {194 require_once('faq-manage-categories.php');195 } else {196 require_once('faq-add-category.php');197 187 } 198 188 }
Note: See TracChangeset
for help on using the changeset viewer.