Changeset 1299
- Timestamp:
- 01/25/08 20:06:25 (7 months ago)
- Files:
-
- trunk/examples/docroot/index.php (modified) (2 diffs)
Legend:
- Unmodified
- Added
- Removed
- Modified
- Copied
- Moved
trunk/examples/docroot/index.php
r1075 r1299 35 35 margin-left: 25px; 36 36 } 37 DIV.warning {38 border: 2px solid #c c0000;39 color: #9 90000;37 div.warning { 38 border: 2px solid #c00; 39 color: #900; 40 40 padding: 12px; 41 41 margin: 25px; … … 55 55 <div style="font-weight: bold; margin-bottom: 12px;">Warning:</div> 56 56 The Stubbles examples have not been set up correctly. Some of the examples might not work as expected.<br /> 57 Please run <tt>phing setup-examples</tt> in the Stubbles root folder to initialize the examples collection. 57 Please run <code>phing|stubbles (stubbles src/own project) setup-examples</code> in the Stubbles root 58 folder to initialize the examples collection. Keep in mind to run <code>phing|stubbles setup-project</code> 59 before that. 58 60 <div style="margin-top: 16px;"> 59 61 <a href="index.php">retry...</a>
