Loading...
 
Features / Usability

Features / Usability


Syntax Highlighting

posts: 2 Austria

Hello,

I installed the 16.2 tiki and everything seems to be Ok. Also I have enabled the Code plugin in Editing and Plugins . I tried the examples at https://doc.tiki.org/PluginCode but i can not get the colors, just a code box but without colors.
Any idea how to fix it?


example of my code and the result is in the pic.

test
Copy to clipboard
<?php $menu = $menubar->getHomeMenu(); if($menu->link != "") { print "\t<td width=\"7%\" valign=\"top\">\n"; $menu->printMenu(); print "\t</td>\n"; }