Tarifas

  • 1 Canción por US$1.99
  • 5 Canciones por US$7.99
  • 10 Canciones por US$15.99

 

Transacción 100% Segura
Satisfacción Garantizada

Missing Method in SerenatasController

Error: The action faq is not defined in controller SerenatasController

Error: Create SerenatasController::faq() in file: app/controllers/serenatas_controller.php.

<?php
class SerenatasController extends AppController {

	var $name = 'Serenatas';


	function faq() {

	}

}
?>

Notice: If you want to customize this error message, create app/views/errors/missing_action.ctp.