nabeel@phpvms:/var/projects/phpvms/app/core$ ack-grep "\.tpl" bootstrap.inc.php 90: Template::Show('maintenance.tpl'); modules/Pilots/Pilots.php 43: $this->render('pilots_list.tpl'); 55: $this->render('pilots_list.tpl'); 68: $this->render('core_error.tpl'); 77: $this->render('pireps_viewall.tpl'); 165: $this->render('frontpage_recentpilots.tpl'); modules/news/news.php 47: $this->show('news_newsitem.tpl'); modules/RouteMap/RouteMap.php 58: $this->render('flown_routes_map.tpl'); modules/Login/Login.php 33: $this->render('login_already.tpl'); 42: $this->render('login_form.tpl'); 50: $this->render('login_complete.tpl'); 60: $this->render('login_forgotpassword.tpl'); 74: $this->render('login_notfound.tpl'); 86: $message = Template::GetTemplate('email_lostpassword.tpl', true); 90: $this->render('login_passwordreset.tpl'); 102: $this->render('login_form.tpl'); 109: $this->render('login_form.tpl'); 114: $this->render('login_unconfirmed.tpl'); 119: $this->render('login_rejected.tpl'); modules/Activity/Activity.php 34: $this->render('activity_list.tpl'); 51: $this->render('activity_list.tpl'); modules/Schedules/Schedules.php 75: $this->render('schedule_details.tpl'); 76: $this->render('route_map.tpl'); 88: $this->render('core_error.tpl'); 94: $this->render('schedule_briefing.tpl'); 106: $this->render('core_error.tpl'); 113: $this->render('schedule_boarding_pass.tpl'); 126: $this->render('schedule_bids.tpl'); 208: $this->render('schedule_searchform.tpl'); 278: $this->render('schedule_list.tpl'); 323: $this->render('schedule_results.tpl'); modules/Contact/Contact.php 31: $this->render('core_error.tpl'); 45: $this->render('contact_form.tpl'); 51: $this->render('core_error.tpl'); 69: $this->render('contact_sent.tpl'); 87: $this->render('contact_form.tpl'); modules/Profile/Profile.php 31: $this->render('core_error.tpl'); 66: $this->render('profile_main.tpl'); 100: $this->render('pilot_public_profile.tpl'); 101: $this->render('pireps_viewall.tpl'); 113: $this->render('core_error.tpl'); 118: $this->render('profile_stats.tpl'); 130: $this->render('profile_badge.tpl'); 142: $this->render('core_error.tpl'); 153: $this->render('profile_edit.tpl'); 165: $this->render('core_error.tpl'); 169: $this->render('profile_changepassword.tpl'); 181: $this->render('core_error.tpl'); 210: $this->render('core_success.tpl'); 222: $this->render('core_error.tpl'); 229: $this->render('core_error.tpl'); 235: $this->render('core_error.tpl'); 249: $this->render('core_success.tpl'); modules/ACARS/ACARS.php 33: $this->render('acarsmap.tpl'); 147: $this->write_config('fsacars_config.tpl', Auth::$userinfo->code.'.ini'); 152: $this->write_config('fspax_config.tpl', Auth::$userinfo->code.'_config.cfg'); 157: $this->write_config('xacars_config.tpl', 'xacars.ini'); 164: * @param mixed $template_name Template to use for config (fspax_config.tpl) modules/Registration/Registration.php 25: $this->renderTemplate('registration_javascript.tpl'); 35: $this->render('login_already.tpl'); 65: $this->render('registration_mainform.tpl'); 101: $this->render('registration_error.tpl'); 108: $this->render('registration_error.tpl'); 121: $this->render('registration_autoconfirm.tpl'); 124: $this->render('registration_sentconfirmation.tpl'); 146: $message = Template::Get('email_registered.tpl', true); modules/FrontBids/FrontBids.php 31: $this->render('frontpage_recentbids.tpl'); modules/PIREPS/PIREPS.php 64: $this->render('core_error.tpl'); 84: $this->render('core_error.tpl'); 91: $this->render('core_error.tpl'); 101: $this->render('core_success.tpl'); 108: $this->render('core_success.tpl'); 122: $this->render('pireps_viewall.tpl'); 144: $this->render('core_error.tpl'); 152: $this->render('core_error.tpl'); 160: $this->render('pirep_viewreport.tpl'); 161: $this->render('route_map.tpl'); 172: $this->render('core_error.tpl'); 178: $this->render('core_error.tpl'); 186: $this->render('core_error.tpl'); 193: $this->render('core_error.tpl'); 199: $this->render('pireps_addcomment.tpl'); 210: $this->render('core_error.tpl'); 216: $this->render('core_error.tpl'); 223: $this->render('core_error.tpl'); 230: $this->render('core_error.tpl'); 237: $this->render('core_error.tpl'); 244: $this->render('pirep_editform.tpl'); 256: $this->render('core_error.tpl'); 268: $this->render('core_error.tpl'); 274: $this->render('flown_routes_map.tpl'); 295: $this->render('core_error.tpl'); 322: $this->render('pireps_airportdropdown.tpl'); 338: $this->render('pireps_airportdropdown.tpl'); 351: $this->render('core_error.tpl'); 391: $this->render('pirep_new.tpl'); 405: //$this->render('core_error.tpl'); 440: //$this->render('core_error.tpl'); 450: $this->render('core_error.tpl'); 524: $this->render('frontpage_reports.tpl'); modules/Downloads/Downloads.php 31: $this->render('downloads_list.tpl'); 37: $this->render('downloads_list.tpl'); 59: $this->render('download_item.tpl'); modules/test/test.php 8: Template::Show('email_registrationaccepted.tpl'); modules/Frontpage/Frontpage.php 27: $this->render('frontpage_main.tpl'); modules/Finances/Finances.php 127: $this->render('finance_balancesheet.tpl'); 138: $this->render('finance_summarysheet.tpl'); 148: $this->render('finance_summarysheet.tpl'); modules/Pages/Pages.php 25: $this->render('pages_items.tpl'); 37: $this->render('pages_nopermission.tpl'); 43: $this->render('pages_notfound.tpl'); 53: $this->render('pages_content.tpl'); app.config.php 324:Config::Set('TPL_EXTENSION', '.tpl'); common/RegistrationData.class.php 218: $message = Template::getTemplate('email_registered.tpl', true, true, true); common/PilotData.class.php 764: $pilot_retired_template = Template::Get('email_pilot_retired.tpl', true, true, true); common/PIREPData.class.php 347: $flightdata = Template::Get('fsfk_log_flightdata.tpl', true, true, true); 358: $flightplan = Template::Get('fsfk_log_flightplan.tpl', true, true, true); 372: $critique = Template::Get('fsfk_log_flightcritique.tpl', true, true, true); 381: $flightimages = Template::Get('fsfk_log_flightimages.tpl', true, true, true); templates/registration_mainform.php 86: Template::Show('registration_customfields.tpl'); templates/finance_summarysheet.php 12:?> templates/schedule_list.php 4: Template::ShowTemplate('schedule_results.tpl'); templates/finance_balancesheet.php 2:Template::Show('finance_header.tpl'); templates/core_htmlhead.php 14: * Well - in your skin's header.tpl file, this file is included as: 16: * Template::Show('core_htmlhead.tpl');