New to Oxwall, I've create a simple widget that I have it appearing down the right hand side bar. The title of the widget it appearing, but no content from the test_widget.html file
What am I doing wrong?
New to Oxwall, I've create a simple widget that I have it appearing down the right hand side bar. The title of the widget it appearing, but no content from the test_widget.html file
What am I doing wrong?
example, in your php file you have
$myvalue = "whatever";
$this->assign('myvalue', $myvalue);
now you can grab it on the html side.
in your html file
{$myvalue}