WP File Manager
Current Path:
/
home
/
translil
/
www
/
amitram
/
multimedia
/
plugins
/
TakeATour
/
tours
/
2_8_0
/
Name
Action
..
config.inc.php
Edit
tour.tpl
Edit
Editing: config.inc.php
<?php /********************************** * REQUIRED PATH TO THE TPL FILE */ $TOUR_PATH = PHPWG_PLUGINS_PATH.'TakeATour/tours/2_8_0/tour.tpl'; /*********************************/ $template->assign('TAT_HAS_ORPHANS', count(get_orphans()) > 0 ? true : false); // category id for notification new features if (!isset($_SESSION['TAT_cat_id'])) { $query = ' SELECT MAX(id) AS cat_id FROM '.CATEGORIES_TABLE.' ;'; $row = pwg_db_fetch_assoc(pwg_query($query)); $_SESSION['TAT_cat_id'] = $row['cat_id']; } $template->assign('TAT_cat_id', $_SESSION['TAT_cat_id']); ?>