Small Bug in /plugins/editors-xtd/gk_typography.php (quick start)

GK User
Tue Nov 23, 2010 10:43 pm
Hi,

in the quick start zip the file /plugins/editors-xtd/gk_typography.php has on line 17

var $template_name = 'gk_sporter';

...this should be

var $template_name = 'gk_blackandwhite';


And I'm wondering if this is the correct way this plugin in window should look?

Only the "Icons"-icon are shown there, the rest is still text? Ok?
User avatar
Senior Boarder

GK User
Tue Nov 23, 2010 11:03 pm
Hi

Thank you for the report.
You are absolutely right.
This will be fixed on next update.

Appreciated ;)
User avatar
Platinum Boarder

GK User
Tue Nov 23, 2010 11:15 pm
and that's not how it should look like.
Something is missing.
We will check were.
User avatar
Platinum Boarder

GK User
Thu Dec 02, 2010 1:07 pm
Another small bug in /templates/gk_blackandwhite/error.php (line 34)
Code: Select all
<div><img src="templates/gk_blackandwhite/images/logo.png" alt="Logo" /></div>

should be
Code: Select all
<div><img src="<?php echo $this->baseurl ?>/templates/gk_blackandwhite/images/logo.png" alt="Logo" /></div>

I think.... shouldn't it?
User avatar
Senior Boarder


cron