[pLog-svn] r616 - in plog/trunk: . templates/wizard

ork at devel.plogworld.net ork at devel.plogworld.net
Wed Dec 29 23:25:31 GMT 2004


Author: ork
Date: 2004-12-29 23:25:30 +0000 (Wed, 29 Dec 2004)
New Revision: 616

Modified:
   plog/trunk/templates/wizard/step5.template
   plog/trunk/wizard.php
Log:
mapped $version->getProjectPage() to $projectPage


Modified: plog/trunk/templates/wizard/step5.template
===================================================================
--- plog/trunk/templates/wizard/step5.template	2004-12-29 23:19:24 UTC (rev 615)
+++ plog/trunk/templates/wizard/step5.template	2004-12-29 23:25:30 UTC (rev 616)
@@ -13,7 +13,7 @@
    not planning to allow internet users to create new blogs in this server, then you should also
    remove <b>summary.php</b>.<br/><br/>
    Enjoy,<br/>
-  <a href="{$version->getProjectPage()}">The pLog team</a>.
+  <a href="{$projectPage}">The pLog team</a>.
   </p>
  </fieldset>
  <div class="buttons">

Modified: plog/trunk/wizard.php
===================================================================
--- plog/trunk/wizard.php	2004-12-29 23:19:24 UTC (rev 615)
+++ plog/trunk/wizard.php	2004-12-29 23:25:30 UTC (rev 616)
@@ -611,6 +611,7 @@
             $t = new Smarty();
             $v = new Version();
             $this->_params->setValue( "version", $v->getVersion());
+            $this->_params->setValue( "projectPage", $v->getProjectPage());
             $t->assign( $this->_params->getAsArray());
             $t->template_dir    = "./templates";
             $t->compile_dir     = TEMP_FOLDER;




More information about the pLog-svn mailing list