ti riferisci a questo vero?

codice:
<div id="navigation">
  <ul>
    <li<?php if ($thisPage=="Page One") 
      echo " id=\"currentpage\""; ?>>
      Page One
    <li<?php if ($thisPage=="Page Two") 
      echo " id=\"currentpage\""; ?>>
      Page Two
    <li<?php if ($thisPage=="Page Three") 
      echo " id=\"currentpage\""; ?>>
      Page Three
    <li<?php if ($thisPage=="Page Four") 
      echo " id=\"currentpage\""; ?>>
      Page Four[/list]
</div>
a parte non andare.. ma forse l'ho testato di fretta, quindi l'unico modo è passare il valore con il PHP?