Changeset 12335
- Timestamp:
- 09/17/07 21:06:14 (1 year ago)
- Files:
-
- trunk/templates/Hemingway/ROOT.php (modified) (3 diffs)
- trunk/templates/Hemingway/__schemadb.php (added)
- trunk/templates/Hemingway/footer.php (added)
- trunk/templates/Hemingway/package.xml (modified) (2 diffs)
Legend:
- Unmodified
- Added
- Removed
- Modified
- Copied
- Moved
trunk/templates/Hemingway/ROOT.php
r12333 r12335 19 19 </div> 20 20 <h2><a href="&(_MIDGARD['self']);"><(title)></a></h2> 21 <p class="description">< !-- --></p>21 <p class="description"><?php echo $_MIDCOM->style->object->get_parameter('midcom.helper.datamanager2', 'slogan'); ?></p> 22 22 </div> 23 23 </div> … … 42 42 43 43 <div class="block"> 44 <(content-extra)> 44 45 </div> 45 46 … … 52 53 <div id="footer"> 53 54 <div class="inside"> 54 <?php 55 // You are not required to keep this link back to Warpspire, but if you wouldn't mind, leaving it in would make my day. 56 ?> 57 <p class="copyright">Powered by <a href="http://warpspire.com/hemingway">Hemingway</a> flavored <a href="http://www.midgard-project.org.org">Midgard CMS</a>.</p> 58 <p class="attributes"><!-- --></p> 55 <(footer)> 59 56 </div> 60 57 </div> trunk/templates/Hemingway/package.xml
r12333 r12335 7 7 </description> 8 8 <lead> 9 <name> Henri Bergius</name>10 <user> bergie</user>11 <email> henri.bergius@iki.fi</email>9 <name>Unknown</name> 10 <user>anonymous</user> 11 <email>unknown</email> 12 12 <active>yes</active> 13 13 </lead> 14 14 <date>2007-09-17</date> 15 <time> 18:03:28</time>15 <time>21:56:46</time> 16 16 <version> 17 <release>0.0. 1</release>17 <release>0.0.2</release> 18 18 <api>1.0.0</api> 19 19 </version> … … 28 28 <contents> 29 29 <dir name="/"> 30 <file name="footer.php" baseinstalldir="/template_Hemingway" role="midgardelement" /> 30 31 <file name="navi-main.php" baseinstalldir="/template_Hemingway" role="midgardelement" /> 31 32 <file name="navi-sub.php" baseinstalldir="/template_Hemingway" role="midgardelement" /> 32 33 <file name="ROOT.php" baseinstalldir="/template_Hemingway" role="midgardelement" /> 34 <file name="__schemadb.php" baseinstalldir="/template_Hemingway" role="midgardelement" /> 33 35 <file name="static/readon_black.gif" role="web" install-as="readon_black.gif" baseinstalldir="/template_Hemingway" /> 34 36 <file name="static/trackback_pingback.gif" role="web" install-as="trackback_pingback.gif" baseinstalldir="/template_Hemingway" />
