Quote:
Originally Posted by Dinocanid
Well the view file looks fine. Did you make sure to add functions to encyclopedia.php too?
|
Sorry what does that mean?! I am rubbish at all this coding stuff. This is what is inside the encyclopedia.php file:
PHP Code:
<?php
class EncyclopediaController extends AppController{
public function __construct(){
parent::__construct("member");
}
public function index(){
$mysidia = Registry::get("mysidia");
}
public function species_name_here(){
$mysidia = Registry::get("mysidia");
}
}
?>
Also, the font I chose isn't showing up on the theme :(