A place for general not CMSimple related discussions
-
utaka
- Posts: 52
- Joined: Fri Sep 18, 2015 6:00 am
- Location: japanese
-
Contact:
Post
by utaka » Tue Sep 19, 2017 7:24 am
Hi,
Not ,PNG images --> GIF images
cmb wrote:
[*]A template can now ship an own set of language flag icons; simply put respective PNG images into the flags/ subfolder of the template. Missing icons are taken from the default location (userfiles/images/flags/).
Code: Select all
$url = $pth['folder']['base']
. ($lang == $cf['language']['default'] ? '' : $lang . '/');
$img = $pth['folder']['templateflags'] . $lang . '.gif';
if (!file_exists($img)) {
$img = $pth['folder']['flags'] . $lang . '.gif';
}
https://github.com/cmsimple-xh/cmsimple ... s.php#L611
******************************************************
Japan Site
http://cmsimple-jp.org
Twitter Googe+ github
*I English is not a good . I'm sorry...
*Ich habe nicht eine gut Deutsch. Es tut mir leid ...
*Jeg kender ikke dansk
--Powered by Google Translate-----
-
cmb
- Posts: 14227
- Joined: Tue Jun 21, 2011 11:04 am
- Location: Bingen, RLP, DE
-
Contact:
Post
by cmb » Tue Sep 19, 2017 7:59 am
utaka wrote:Not ,PNG images --> GIF images
Thanks! Fixed.
-
utaka
- Posts: 52
- Joined: Fri Sep 18, 2015 6:00 am
- Location: japanese
-
Contact:
Post
by utaka » Wed Sep 20, 2017 10:23 am
Hi,
I'm writing commentary(for Ver1.7) in Japanese.
It is a detailed check..Insignificant..
$pd_router->addTab() to $pd_router->
add_tab()
Plugin Developers's List15
cmb wrote:
[*]$pd_router->addTab() accepts an optional third parameter which allows to specify a CSS class which is set on the page data tab, so you can easily style individual tab labels.
******************************************************
Japan Site
http://cmsimple-jp.org
Twitter Googe+ github
*I English is not a good . I'm sorry...
*Ich habe nicht eine gut Deutsch. Es tut mir leid ...
*Jeg kender ikke dansk
--Powered by Google Translate-----
-
cmb
- Posts: 14227
- Joined: Tue Jun 21, 2011 11:04 am
- Location: Bingen, RLP, DE
-
Contact:
Post
by cmb » Wed Sep 20, 2017 10:46 am
utaka wrote:$pd_router->addTab() to $pd_router->add_tab()
Thanks for the careful review!
I've fixed that now in the English and German release announcement.