We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 6f5bc42 commit 5aea15bCopy full SHA for 5aea15b
templates/Pages/news.php
@@ -10,6 +10,15 @@ function cite($file) {
10
<h2>News</h2>
11
12
<ul class="news">
13
+ <li>
14
+ <span class="date">2025-10-01</span>
15
+ The <?php echo $this->Html->link(__('Call for Submissions'),
16
+ [ 'controller' => 'pages', 'action' => 'display',
17
+ 'cfs_sc25'
18
+ ], [ 'class' => 'link' ]);
19
+ ?>
20
+ for the seventeenth IO500 list at SC 2025 is sent out.
21
+ </li>
22
<li>
23
<span class="date">2025-05-01</span>
24
The <?php echo $this->Html->link(__('Call for Submissions'),
0 commit comments