Solonik77 / digitalus-cms

Automatically exported from code.google.com/p/digitalus-cms
0 stars 0 forks source link

Admin -> Page Versions -> flags icon won't render #168

Closed GoogleCodeExporter closed 8 years ago

GoogleCodeExporter commented 8 years ago
What steps will reproduce the problem?
1. If you are using apache virtual host
2. Go to admin->pages
3. Select a page
4. Page Versions Small flag icon won't render 

What is the expected output? What do you see instead?
Flag Icon Images. Images won't render

What version of the product are you using? On what operating system?
v1.9.2 windows7

Please provide any additional information below.
FIX:
Script: page-versions.phtml
Line: 36
Code: $this->renderImage('/images/icons/flags/' . $key . '.png')
Change Code: $this->renderImage('images/icons/flags/' . $key . '.png')

Original issue reported on code.google.com by edro...@gmail.com on 22 Jan 2011 at 8:46

GoogleCodeExporter commented 8 years ago
Hello edrocha,

I cannot confirm this as a bug.

I guess, You have NOT installed Digitalus in Your webserver's root directory, 
have You?

Cheers,
LT.

Original comment by lowtower1974@gmail.com on 24 Jan 2011 at 9:31

GoogleCodeExporter commented 8 years ago
This is already fixed in the latest code

Original comment by lowtower1974@gmail.com on 24 Jan 2011 at 11:32