21310 Posts in 5739 Topics by 2604 members
|
Page:
1
|
Go to End | |
| Author | Topic: | 218 Views |
-
Theme the CMS in SS3

25 October 2012 at 2:12am
Hi Everyone
We used to be able to theme the CMS in 2.4.7
Is this pos in SS3?
Eg
LeftAndMain::setApplicationName("Some Name", "Company", "http://www.URL.co.uk");
LeftAndMain::set_loading_image('cms/images/mainmenu/cms-logo.jpg');Seems to kill the site now tho.
-
Re: Theme the CMS in SS3

26 October 2012 at 6:00pm
Hi template based in framework/admin/templates/LeftAndMain_Menu.ss doesn't allow it in SS2 way, but u can customize it by ur own custom template and include custom css with LeftAndMainExtension
for an instance that way:...
<div class="cms-logo">
<a href="$ApplicationUrl" target="_blank" title="$ApplicationName<% if CMSVersion %> (Version - $CMSVersion)<% end_if %>">
$ApplicationName<% if CMSVersion %> <abbr class="version">$CMSVersion</abbr><% end_if %>
</a>
<span><% if SiteConfig %>$SiteConfig.Title<% else %>$ApplicationName<% end_if %></span>
</div>
... -
Re: Theme the CMS in SS3

27 October 2012 at 12:23am Last edited: 27 October 2012 12:23am
Is this what you're looking for?
LeftAndMain::require_css('/themes/something/example.css');
You can use it to overwrite the css values in: 'framework/admin/css/'.
| 218 Views | ||
|
Page:
1
|
Go to Top |



