1260 Posts in 349 Topics by 485 members
|
Page:
1
|
Go to End | |
| Author | Topic: | 318 Views |
-
<filename>.ss does not work

12 April 2012 at 9:47pm
Hello, im quite new to SilverStripe,
I've got a Order page on the website and in the CMS i've got a page with the page type Order.
Now i want to edit the Order page, so i made OrderPage.ss to make the layout right.<div id="page">
<div id="small_logo">
<img title="Logo IJzerleeuw" alt="Logo IJzerleeuw" src="$ThemeDir/images/ijzerleew_logo_transparant_small.png" />
</div>
<div id="page_text">
<h1>$Title</h1>
$Content
$Form
</div>
</div>But this page isnt showing anything..
The Page.ss is showing instead of OrderPage.ssI did dev/build?flush=1 but it isnt working.
Anyone got an idea? Thanks already!
-
Re: <filename>.ss does not work

21 April 2012 at 12:47am
Is your class...
OrderPage.php
class OrderPage extends Page {
...
}
| 318 Views | ||
|
Page:
1
|
Go to Top |


